03.10.2012, 12:31
Can i please get linked to admin tag pawn? I found one but that has bunch of errors
new pname[MAX_PLAYER_NAME];
new str[40];
GetPlayerName(playerid,pname,sizeof(pname));
format(str,40,"[TAG]%s",pname);
SetPlayerName(playerid,str);
new Pname[MAX_PLAYER_NAME];
new string[40];
IsPlayerAdmin(playerid)){
GetPlayerName(playerid,Pname,sizeof(Pname));
format(string,40,"[TAG(or any thing else)]%s",Pname);
SetPlayerName(playerid,string);
}