SA-MP Forums Archive
number of arguments does not match definition - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: number of arguments does not match definition (/showthread.php?tid=593112)



- Gmex - 01.11.2015

C:\Users\Desktop\Desktop\Chepy1.pwn(11649) : warning 202: number of arguments does not match definition

yerName(playerid, name, sizeof(name));
format(string, sizeof(string), "Igrac: %s |ID: %d |IP: %s | se ulogovao na server *****", name, playerid,ippp );
PosaljiVlasniku(0xFFFF80C8, string);
new hIme[MAX_PLAYER_NAME];
(11649) ImeIgraca(playerid, hIme);
new name[MAX_PLAYER_NAME];
new string[256];
new ippp[24];
GetPlayerIp(playerid, ippp, 24);
GetPla


Re : number of arguments does not match definition - Dutheil - 01.11.2015

Show us the function ImeIgraca

PS : Think to use the BBcode [php] with you codes.