SA-MP Forums Archive
warning 202: 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: warning 202: number of arguments does not match definition (/showthread.php?tid=508448)



warning 202: number of arguments does not match definition - Honey - 22.04.2014

CODE

Quote:

}
if (udb_Create(PlayerName2(playerid)))
{

Quote:

}
if (udb_Create(PlayerName2(playerid)))
{

Quote:

C:\Users\bajaj\Desktop\NR\filterscripts\NR_G_AS.pw n(988 : warning 202: number of arguments does not match definition
C:\Users\bajaj\Desktop\NR\filterscripts\NR_G_AS.pw n(10053) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Warnings.




Re: warning 202: number of arguments does not match definition - Konstantinos - 22.04.2014

udb_Create has 2 parameters and not 1.

But consider of using something faster and newer for saving/loading player's data such as SQL or y_ini.