SetPlayerName only works once per user?
#4

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]);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)