05.05.2013, 12:01
I want a command which when u write /kill u cant write it again for another 5 mins.
Код:
if (strcmp("/kill", cmdtext, true, 10) == 0) { SetPlayerHealth(playerid, 0); GameTextForPlayer(playerid, "~w~Grim Reaper~n~~r~Has Taken Your Soul!", 4500, 2); return 1; }