04.01.2018, 14:10
I never used
GetPlayerName(playerid, name, MAX_PLAYER_NAME);
but since the name is returning blank try changing that to
GetPlayerName(playerid, name, sizeof(name));
if it doesn't work then wait for someone else to answer cuz that's all i got, ALSO about that UF.INC on ur other post i can't find it anywhere its like 7 years old so yeah...
GetPlayerName(playerid, name, MAX_PLAYER_NAME);
but since the name is returning blank try changing that to
GetPlayerName(playerid, name, sizeof(name));
if it doesn't work then wait for someone else to answer cuz that's all i got, ALSO about that UF.INC on ur other post i can't find it anywhere its like 7 years old so yeah...