26.05.2014, 11:14
Use this function instead of your GivePlayerNameEx
then tell if it works or not.
EDIT : Show the timer which calls the function also please.
PHP код:
GetName(playerid)
{
new fdqkljqfdhqlsdhjf[MAX_PLAYER_NAME+1]; // I used a random name to be sure it won't get created twice in the script
GetPlayerName(playerid, fdqkljqfdhqlsdhjf, sizeof(fdqkljqfdhqlsdhjf));
return fdqkljqfdhqlsdhjf;
}
EDIT : Show the timer which calls the function also please.