24.08.2016, 15:30
https://sampwiki.blast.hk/wiki/GetPlayerName
read the correct usage of this function in above link
you can use this small function too instead of getplayername in that place
read the correct usage of this function in above link
you can use this small function too instead of getplayername in that place
PHP код:
GetName(playerid)
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
return name;
}