i have Error i need help
#4

CMD:disarmall(playerid, params[])
{
if(PlayerInfo[playerid][AdminLevel] >= 2)
new name[MAX_PLAYER_NAME], string[128];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "Administrator %s has disarmed everyone!", name);
SendClientMessageToAll(PLAYERCOLOR_AQUA, string);
else return SendClientMessage(playerid, COLOR_RED, "ERROR: you need to be atleast Admin Level 2 to use this command");
return 1;
}
Reply


Messages In This Thread
compiling error - by Medscripter - 18.10.2014, 20:01
Re: compiling error - by Medscripter - 18.10.2014, 20:28
Re: i have Error i need help - by AzaMx - 18.10.2014, 20:33
Re: i have Error i need help - by Medscripter - 18.10.2014, 20:38
Re: i have Error i need help - by Blademaster680 - 18.10.2014, 20:41
Re: i have Error i need help - by Medscripter - 18.10.2014, 20:43
Re: i have Error i need help - by Blademaster680 - 18.10.2014, 20:48
Re: i have Error i need help - by Medscripter - 18.10.2014, 20:54

Forum Jump:


Users browsing this thread: 1 Guest(s)