Clear chat command text
#4

Umm remove this crap

pawn Код:
new name[MAX_PLAYER_NAME], string[23 + MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
Tell me what's up.

And copy and paste this one I forgot ";" somewhere, here is fixed.
EDIT:

pawn Код:
COMMAND: oc(playerid,params[])
{
SendAdminText(playerid, "/oc", params);
if (APlayerData[playerid][LoggedIn] == true && APlayerData[playerid][PlayerLevel] > 1)
{
for(new i = 0; i < 50; i++){
format(string, sizeof(string), "Administrator %s used that cmd", name);
SendClientMessageToAll(0xFFFFFF,string);
}
return 1;
}

return 0;
}
Reply


Messages In This Thread
Clear chat command text - by NexySamp - 13.06.2015, 19:37
Re: Clear chat command text - by Lajko1 - 13.06.2015, 19:43
Re: Clear chat command text - by NexySamp - 13.06.2015, 19:51
Re: Clear chat command text - by Lajko1 - 13.06.2015, 19:53
Re: Clear chat command text - by NexySamp - 13.06.2015, 19:58
Re: Clear chat command text - by Lajko1 - 13.06.2015, 20:00
Re: Clear chat command text - by NexySamp - 13.06.2015, 20:04
Re: Clear chat command text - by Lajko1 - 13.06.2015, 20:06
Re: Clear chat command text - by DarkLored - 13.06.2015, 20:07
Re: Clear chat command text - by NexySamp - 13.06.2015, 20:07

Forum Jump:


Users browsing this thread: 2 Guest(s)