Name issue
#1

So preety much as the tittle says, Im having this quite weird problem of setting player name


pawn Код:
format(string,sizeof(string), "[%s]%s",GetPlayerNation(playerid),GetName(playerid));
    SetPlayerName(playerid,string);
The name itself works, altho the nation is doubled.


[USSR][USSR]Twinki


Not sure if this can cause trouble.

I got this on OnPlayerLog
pawn Код:
new namestring[35];
                GetPlayerName(playerid, namestring, sizeof(namestring));
                strmid(TempName[playerid], namestring, 0, strlen(namestring), 64);
Im using it to save player name
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)