Skills [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)
+--- Thread: Skills [HELP] (
/showthread.php?tid=410148)
DELETED -
Er@x3r - 24.01.2013
DELETED
Re: Skills [HELP] -
DaRk_RaiN - 24.01.2013
Well that's easy, just set the teams or use variables
For example
pawn Код:
//to block a cmd for every one exept the wanted class
if(GetPlayerTeam(playerid) != 1)return SendClientMessage(playerid,-1,"You are not a repair man bla bla");
Re: Skills [HELP] -
Er@x3r - 24.01.2013
Ok ty