04.08.2016, 05:22
thanks again andy
my question is do i need to change the name to different and back it with the correct format ?
coz when i directly setname with format it not works
EDIT: another buggy when i check my name on tab it not change
but when i type/chat my name works fine
PHP Code:
new playername[MAX_PLAYER_NAME+4],tempPname[MAX_PLAYER_NAME+4];
GetPlayerName(playerid, playername, sizeof(playername));
format(tempPname, sizeof(tempPname), "%s", playername);
format(playername, sizeof(playername), "%s%d", playername,playerid);
SetPlayerName(playerid, playername);
SetPlayerName(playerid, UsernameToLower(playername));
coz when i directly setname with format it not works
EDIT: another buggy when i check my name on tab it not change
but when i type/chat my name works fine