03.06.2011, 13:12
Well this might work :
@ColdIce: I belive that is ripped of my really small scirpt I have made for you!
pawn Код:
new aname[24];
new string[256];
GetPlayerName(playerid,aname,sizeof(aname));
format(string,sizeof(string),"[GM]%s",aname);
SetPlayerName(playerid,string);