Need help
#2

Quote:

(58732)SendClientMessageToAll(playerid, COLOR_YELLOW, "Administrator %s is now on duty. (/report for assistance.")); GetPlayerNameEx(playerid);

Why do you put a "playerid" in ClientMessageTOALL? I think you should remove it

//edit:
oh wait, you have to format the string, too.

//edit 2:
PHP код:
new string[128];
    new 
AdminName[28];
    
    
GetPlayerName(playeridAdminNamesizeof(AdminName));
    
    
format(stringsizeof(string), "Administrator %s is now on duty. (/report for assistance."AdminName);
    
SendClientMessageToAll(COLOR_YELLOWstring); 
Reply


Messages In This Thread
Need help - by JoeyDeBlob - 26.12.2011, 14:34
AW: Need help - by jack3 - 26.12.2011, 14:44
Re: Need help - by JoeyDeBlob - 26.12.2011, 15:32
Re: Need help - by rinori - 26.12.2011, 15:37
Re: Need help - by JoeyDeBlob - 26.12.2011, 15:47

Forum Jump:


Users browsing this thread: 2 Guest(s)