22.05.2016, 15:28
not confirm but try this
Codes here:
Codes here:
PHP код:
if(User[playerid][accountAdmin] > 1)
{
new stringbig[213];
format(stringbig,sizeof(stringbig),"%s [Admin: %d][%d]: {FF0000}%s",pName(playerid),User[playerid][accountAdmin],playerid, text);
SendClientMessageToAll(playerid,stringbig);
}
if(User[playerid][accountAdmin] > 0)
else
{
new stringbig[213];
format(stringbig,sizeof(stringbig),"[%d]: {FFFFFF}%s",playerid, text);
SendPlayerMessageToAll(playerid,stringbig);
}