Undefined symbol - 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: Undefined symbol (
/showthread.php?tid=622604)
Undefined symbol -
Micko123 - 24.11.2016
Код:
C:\Users\Micko\Desktop\MySQL\gamemodes\Untitled.pwn(5951) : warning 202: number of arguments does not match definition
C:\Users\Micko\Desktop\MySQL\gamemodes\Untitled.pwn(5951) : warning 202: number of arguments does not match definition
On this line
PHP код:
mysql_format(g_SQL, query, sizeof(query), "UPDATE `orgs` SET `Leader` = '%s'", GetPlayerName(target));
Any ideas??
Re: Undefined symbol -
Micko123 - 24.11.2016
-FIXED- problem was that instead of GetName I typed GetPlayerName