SA-MP Forums Archive
caged 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: caged help (/showthread.php?tid=426601)



caged help - Ananisiki - 29.03.2013

^^^^^^^^


Re: caged help - SilverKiller - 29.03.2013

1 :
pawn Код:
if(IsCaged[pID] == 1) return SendClientMessage(playerid, COLOR_PINK, "You can't use this command when you are caged!");
2 :

pawn Код:
format(string, sizeof string, "An Admin Has Caged %s (%d) Reason: %s", pID, secs, reason[0] ? reason : "No Reason Given");