28.03.2015, 12:02
I ******d and ******d, but in the end I just couldn't find it out myself.
What is wrong with this cmd?
What is wrong with this cmd?
Quote:
CMD:kick(playerid, params[]) { if(IsPlayerAdmin(playerid)) { SendClientMessage(playerid, COLOR_RED, "You have been kicked from the server!"); } SetTimerEx("DelayedKick", 1000, false, "i", playerid); { forward DelayedKick(playerid); public DelayedKick(playerid); } Kick(playerid); { else } SendClientMessage(playerid, -1, "SERVER: Unknown command."); { return 1; } |