Resticted Class help - 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: Resticted Class help (
/showthread.php?tid=206190)
Resticted Class help -
Abraham2nds - 03.01.2011
how to allow someone to use a restricted class?
Re: Resticted Class help -
azzerking - 03.01.2011
It'll be something like this:
eg
if(GetPlayerTeam(playerid) = Team4)
{
SetPlayerSkin(playerid, skinid, xpos, ypos, zpos, etc);
}
or
Just play Around with it until you get it right
Trial and Error!!