01.03.2013, 09:26
Yes Sur
Код:
if(PlayerInfo2[ReduceTime][playerid] > 0) { format(string, sizeof(string), "* You need to wait %d seconds to type this command.", PlayerInfo2[ReduceTime][playerid]); SendClientMessage(playerid, LIGHTRED, string); } // bracket missing if(GetPlayerPing(playerid) >= 700) { SendClientMessage(playerid, GREY, "Your ping is too high to do this command."); return 1; }