SetPlayerName only works once per user?
#5

Quote:
Originally Posted by backwardsman97
Instead of
pawn Код:
new namestring[MAX_PLAYER_NAME];
format(namestring, MAX_PLAYER_NAME, "%s", pInfo[playerid][name]);
SetPlayerName(playerid, namestring);
Try
pawn Код:
SetPlayerName(playerid,pInfo[playerid][name]);
I tried that, it didn't work either, thats why I tried changing it around, maybe copying the name from the enumeration would work, but neither case worked.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)