Need help with Bool - 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: Need help with Bool (
/showthread.php?tid=200894)
Need help with Bool -
MetalScript - 19.12.2010
Код:
new bool:IsInRally = false;
Hey, this bool code sets the command for everyone, but i need it for (playerid) only.
example
Код:
if(IsInRally == true)
Re: Need help with Bool -
[MWR]Blood - 19.12.2010
pawn Код:
new IsInRally[MAX_PLAYERS];