Warning 202!
#2

Thats because the syntax is wrong.You cannot format a string inside SendClientMessageToAll. You need to format the string first and you also forgot '[' after tempadminname.
here is the corrected code.
PHP код:
//You need to format the strings before putting it in SendClientMessageToAll.
new admnotification[128];
format(admnotificationsizeof(admnotification), "Administrator %s is now On-Duty!"playerData[playerid][tempAdminName]);
SendClientMessageToAll(COLOR_LIGHTBLUEadmnotification); 
Reply


Messages In This Thread
Warning 202! - by BlackLineCnR - 21.09.2017, 14:17
Re: Warning 202! - by Zedder - 21.09.2017, 14:32
Re: Warning 202! - by Luke_James - 21.09.2017, 14:33
Re: Warning 202! - by BlackLineCnR - 21.09.2017, 14:46
Re: Warning 202! - by BlackLineCnR - 21.09.2017, 14:48

Forum Jump:


Users browsing this thread: 1 Guest(s)