Script delays? - 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: Script delays? (
/showthread.php?tid=97859)
Script delays? -
Mikep. - 17.09.2009
I have this:
pawn Код:
SetPlayerArmedWeapon(playerid, 0);
ResetPlayerWeapons(playerid);
if(GetPlayerWeapon(playerid) > 0)SendClientMessage(playerid, COLOR_RED, "Test");
Why does it still show that message?
Is there anything I can do?