The [NWA] Protect the President server :D
+3
[NWA]Adam0795
[NWA]Cyclope
[NWA]WSD
7 posters
Page 1 of 4
Page 1 of 4 • 1, 2, 3, 4
The [NWA] Protect the President server :D
i am currently working on a PTP server made for us, the nwa clan, mainly because the one we currently use is laggy and has a horrible citizen class
so far i have a few new addons to it compared to the one we use:
Army Class
Better Weapons
Lagg fixes
Better admin system
........and much more
plz post any more suggestions if you have any
so far i have a few new addons to it compared to the one we use:
Army Class
Better Weapons
Lagg fixes
Better admin system
........and much more
plz post any more suggestions if you have any
Re: The [NWA] Protect the President server :D
me wanty be admin XD
[NWA]Cyclope- Posts : 269
Join date : 2009-10-25
Age : 28
Location : europe,latvia
Re: The [NWA] Protect the President server :D
every1 just wanna to be admin
[NWA]Adam0795- Admin
- Posts : 7454
Join date : 2009-10-17
Age : 29
Location : Earth
[NWA]Cyclope- Posts : 269
Join date : 2009-10-25
Age : 28
Location : europe,latvia
Re: The [NWA] Protect the President server :D
The problem is if there wont be atleast 10 ppl playing theres almost no chance they will kill the president.
[NWA]GrannyG- Admin
- Posts : 8118
Join date : 2009-10-17
Age : 38
Location : mean streets of London
Re: The [NWA] Protect the President server :D
ill try to limit the number for each party so every1 has a chance to kill him xD
[NWA]GrannyG- Admin
- Posts : 8118
Join date : 2009-10-17
Age : 38
Location : mean streets of London
Re: The [NWA] Protect the President server :D
ScriptKing is here whatcha need dawg
Btw what you mean with this protect the president server?
I dont really understand
Btw what you mean with this protect the president server?
I dont really understand
Re: The [NWA] Protect the President server :D
is here!! xd and what you mean with you dont understand? i dont understand
ok seriously protect the president is server where there is president ,terrorists and cops - terrorists try to kill president and cops protect him we was playin on 1 protect the president server and now wsd wanna make his
ok seriously protect the president is server where there is president ,terrorists and cops - terrorists try to kill president and cops protect him we was playin on 1 protect the president server and now wsd wanna make his
[NWA]Adam0795- Admin
- Posts : 7454
Join date : 2009-10-17
Age : 29
Location : Earth
Re: The [NWA] Protect the President server :D
Lol i made a ptp minigame on my serevr but then we changed back..
Re: The [NWA] Protect the President server :D
cuz we wanna da real ptp not some goddamn minigame xd
[NWA]Adam0795- Admin
- Posts : 7454
Join date : 2009-10-17
Age : 29
Location : Earth
Re: The [NWA] Protect the President server :D
i just need help making the classes and their spawn locs
Re: The [NWA] Protect the President server :D
What classes you need?
And what are the coordinates?
Should they start with weapons?
I can fix anything, I'm the King of Scripters
And what are the coordinates?
Should they start with weapons?
I can fix anything, I'm the King of Scripters
Re: The [NWA] Protect the President server :D
Classes:
Civilians- 5
Terrorists- 5
(need new suggestions for new class)- 5
Police- 3
Swat- 3
Army- 3
Secirity- 2
Vice President- 1
President- 1
Weps- every class will have the same weapon so no one has an advantage over the other(need suggestions for weps)
Spawn- places across sa ( ill post later )
Civilians- 5
Terrorists- 5
(need new suggestions for new class)- 5
Police- 3
Swat- 3
Army- 3
Secirity- 2
Vice President- 1
President- 1
Weps- every class will have the same weapon so no one has an advantage over the other(need suggestions for weps)
Spawn- places across sa ( ill post later )
Re: The [NWA] Protect the President server :D
[NWA]WSD wrote:Classes:
Civilians- 5
Terrorists- 5
(need new suggestions for new class)- 5
Police- 3
Swat- 3
Army- 3
Secirity- 2
Vice President- 1
President- 1
Weps- every class will have the same weapon so no one has an advantage over the other(need suggestions for weps)
Spawn- places across sa ( ill post later )
Add classes to
- Code:
GameModeInit()
- Code:
AddPlayerClass(ClassId, x, y, z, a, wep1, ammo1, wep2, ammo1, wep3, ammo1);
X, Y, Z, A is the coordinates for the class to spawn at.
Go ingame and type /save to get coordinates for the place you are at, the coords will be saved to a file at GTASA/savedpositions.txt
It will look something like this:
AddPlayerClass(0, X, Y, Z, A,0,0,0,0,0,0);
That is the X Y Z and A coords, paste them into AddPlayerClass at GameModeInit().
It might now look something like this:(When you added coords and choosed skin)
- Code:
AddPlayerClass(254, 1234, 1234, 1234, 90, 0, 0, 0, 0);
For weapon ids go to http://wiki.sa-mp.com/wiki/Weapons
The class can have 3 weapons to start with.
And then the ammo, it can be anywhere between 1 and 99999.
Ammo is the amount of shots for the weapon, example:
AddPlayerClass(254, 1234, 1234, 1234, 90, Wep1, AmmoForWep1, 0, 0);
Now it should be done, it may look something like this:
- Code:
AddPlayerClass(254, 2413.0312, 3314.0135, 312.9742, 45.00, 25, 5000, 31, 5000, 32, 5000);
This will add the biker class at the given coordinates that will begin with a shotgun, m4 and tec9.
Hope this helped, ~Mr.
Re: The [NWA] Protect the President server :D
i knew how to do the weapons and skins but i had no idea how to add classes to the script
ty Mr.
ty Mr.
Re: The [NWA] Protect the President server :D
Mr saving world!!! ...again...it starts to be boring
[NWA]Adam0795- Admin
- Posts : 7454
Join date : 2009-10-17
Age : 29
Location : Earth
Re: The [NWA] Protect the President server :D
lol nice...btw i like colour
[NWA]Adam0795- Admin
- Posts : 7454
Join date : 2009-10-17
Age : 29
Location : Earth
Re: The [NWA] Protect the President server :D
oh and btw can someone run the server until i get my router fixed? XD
[NWA]Adam0795- Admin
- Posts : 7454
Join date : 2009-10-17
Age : 29
Location : Earth
Re: The [NWA] Protect the President server :D
My computer would propably lag more than before if i have 2 servers running
But if anyone wanna help WSD to run server, I can help.
1. WSD sends his server folder to someone.
2. Someone opens the folder and launches sampserver.exe
3. Someone keeps sampserver.exe running so the server runs too.
(sampserver.exe needs to be running for the server to be online)
4. Someone visit http://whatismyip.net/ and copy their ip.
5. Someone opens server.cfg with notepad and looks at the port given there. (For example: port 7777)
6. If someone changed the port, restart server, if someone didn't change anything, keep it running.
7. Someone goes into sa-mp and clicks Add Server.
8. Someone pastes ip gotten from http://whatismyip.net/ and then the port.
For example:
85.226.66.227:7777
_____IP______:port
9. Click add, now your server is on favourites and you can go onto it and give ip to friends etc.
Hope th
But if anyone wanna help WSD to run server, I can help.
1. WSD sends his server folder to someone.
2. Someone opens the folder and launches sampserver.exe
3. Someone keeps sampserver.exe running so the server runs too.
(sampserver.exe needs to be running for the server to be online)
4. Someone visit http://whatismyip.net/ and copy their ip.
5. Someone opens server.cfg with notepad and looks at the port given there. (For example: port 7777)
6. If someone changed the port, restart server, if someone didn't change anything, keep it running.
7. Someone goes into sa-mp and clicks Add Server.
8. Someone pastes ip gotten from http://whatismyip.net/ and then the port.
For example:
85.226.66.227:7777
_____IP______:port
9. Click add, now your server is on favourites and you can go onto it and give ip to friends etc.
Hope th
Re: The [NWA] Protect the President server :D
Problem is we gonna have to get players,no point of playing PTP with just like 5 ppl.
[NWA]GrannyG- Admin
- Posts : 8118
Join date : 2009-10-17
Age : 38
Location : mean streets of London
Page 1 of 4 • 1, 2, 3, 4
Similar topics
» Wu-Tang Clan - Protect ya neck
» Book Thrown at President Obama
» my new server ''the NWA LENK server''
» how you can help the server
» Do you like The [NWA] Server?
» Book Thrown at President Obama
» my new server ''the NWA LENK server''
» how you can help the server
» Do you like The [NWA] Server?
Page 1 of 4
Permissions in this forum:
You cannot reply to topics in this forum