09.04.2016, 11:03
i have this code:
but when i use it i saw this:
plz help me.
Код:
SendClientMessageToAdminsEx(COLOR_DEEPSKYBLUE,"Admin %s(%d) used records.,PlayerName(playerid),playerid,PlayerData[playerid][Adminlevel]);
stock SendClientMessageToAdminsEx(colour,format[],va_args<>){
new out[128];
va_format(out,sizeof(out),format,va_start<3>);
foreach(Player,i){
if(IsPlayerConnected(i)){
if(PlayerData[i][Adminlevel]>=1)SendClientMessage(i,colour,out);}}
return 1;}
Код:
Admin 7(87) used records.

