24.09.2011, 13:52
If you mean playerID you must create an format then.
like this:
replace the 3 lines with your line of SendClientMessage.
like this:
pawn Код:
new adminn[64];
format(adminn,sizeof(adminn),"[ID: %d] %s",i,pname);
SendClientMessage(playerid, 0x00D90044, adminn);