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.