[Help]y_ini saving case sensitive
#17

thanks again andy
PHP Code:
new playername[MAX_PLAYER_NAME+4],tempPname[MAX_PLAYER_NAME+4];
        
GetPlayerName(playeridplayernamesizeof(playername));
           
format(tempPnamesizeof(tempPname), "%s"playername);
        
format(playernamesizeof(playername), "%s%d"playername,playerid);
        
SetPlayerName(playeridplayername);
        
SetPlayerName(playeridUsernameToLower(playername)); 
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
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)