Player Class - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Player Class (
/showthread.php?tid=260119)
Player Class -
Snowman12 - 07.06.2011
Hey im making a server and when a player enters the Class selection lets say he picks police he is forced in to the police gang for the servers sake
So he Selects A Police officer
he gets forced into the gang Cops
and he gains all the commands the cops has
basicly like a cops n crooks server
Re: Player Class -
blackwidow18 - 07.06.2011
Here this will help.
https://sampforum.blast.hk/showthread.php?tid=160810
and for them to get same commands, just on when server looks at commands, make it not check if they're on the Cop team or not.
Re: Player Class -
Snowman12 - 07.06.2011
yh i know like if(PlayerInfo[playerid][pCop] == 1); or somthing like that