SA-MP Forums Archive
Something is wrong with Vortex RP 2. - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Something is wrong with Vortex RP 2. (/showthread.php?tid=276487)



Something is wrong with Vortex RP 2. - Sensitive - 14.08.2011

C:\Documents and Settings\Microsoft.KODUARVU-6442CC\Desktop\vx-rp.pwn(1207) : error 017: undefined symbol "mysql_format"
C:\Documents and Settings\Microsoft.KODUARVU-6442CC\Desktop\vx-rp.pwn(2336) : error 017: undefined symbol "mysql_format"
C:\Documents and Settings\Microsoft.KODUARVU-6442CC\Desktop\vx-rp.pwn(2372) : error 017: undefined symbol "mysql_format"
C:\Documents and Settings\Microsoft.KODUARVU-6442CC\Desktop\vx-rp.pwn(8827) : error 017: undefined symbol "mysql_format"
C:\Documents and Settings\Microsoft.KODUARVU-6442CC\Desktop\vx-rp.pwn(885 : error 017: undefined symbol "mysql_format"

Like what? I haven't changed anything in the Gamemode, even name.
Please fast solution..


Lines.

Quote:

1207 - mysql_format(1, szQueryOutput, "SELECT `playerID` FROM `playerAccounts` WHERE `playerName` = '%s'", szPlayerName3);

2336 - mysql_format(1, szQueryOutput, "SELECT * FROM `bankSuspensions` WHERE `playerID` = %d", playerVariables[extraid][pInternalID]);

2372 - mysql_format(1, szQueryOutput, "SELECT `playerName` FROM `playerAccounts` WHERE `playerID` = %d", strval(result));

8827 - mysql_format(1, szQueryOutput, "DELETE FROM `bankSuspensions` WHERE `playerID` = %d", iID);

8858 - mysql_format(1, szQueryOutput, "INSERT INTO `bankSuspensions` (`suspendeeID`, `playerID`, `suspensionReason`) VALUES(%d, %d, '%s')", playerVariables[playerid][pInternalID], playerVariables[iTarget][pInternalID], szReason);




Re: Something is wrong with Vortex RP 2. - Sensitive - 14.08.2011

Needing fast help please!! Sorry for bumping under 24h.


Re: Something is wrong with Vortex RP 2. - [HiC]TheKiller - 14.08.2011

Make sure that you have the latest version of your MySQL plugin / includes.

https://sampforum.blast.hk/showthread.php?tid=56564 - G-sTyLeZzZ
https://sampforum.blast.hk/showthread.php?tid=122983 - StrickenKid's


Re: Something is wrong with Vortex RP 2. - Sensitive - 14.08.2011

Thanks TheKiller. +rep for you