17.09.2009, 12:01
I have this:
Why does it still show that message?
Is there anything I can do?
pawn Код:
SetPlayerArmedWeapon(playerid, 0);
ResetPlayerWeapons(playerid);
if(GetPlayerWeapon(playerid) > 0)SendClientMessage(playerid, COLOR_RED, "Test");
Is there anything I can do?