[HELP] warning 202: number of arguments does not match definition
#2

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
PHP код:
GetName(playerid)
{
 new 
name[MAX_PLAYER_NAME];
 
GetPlayerName(playeridnamesizeof(name));
 return 
name;

Reply


Messages In This Thread
[HELP] warning 202: number of arguments does not match definition - by Hapukoorepakk - 24.08.2016, 15:26
Re: [HELP] warning 202: number of arguments does not match definition - by SyS - 24.08.2016, 15:30
Re: [HELP] warning 202: number of arguments does not match definition - by Konstantinos - 24.08.2016, 15:30

Forum Jump:


Users browsing this thread: 1 Guest(s)