SA-MP Forums Archive
Error [REP+] - 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: Error [REP+] (/showthread.php?tid=598028)



Error [REP+] - LMaxCo - 08.01.2016

Hello,
This is my error codes
Код:
(102) : error 017: undefined symbol "GetXY2DZone"
(149) : error 017: undefined symbol "GetXY2DZone"
Line:
Код:
format(Garage[i][GarageLocation], 28, "%s", GetXY2DZone(Garage[i][GaragePosition][0], Garage[i][GaragePosition][1])); // LINE 102

format(Garage[i][GarageLocation], 28, "%s", GetXY2DZone(x, y)); // Line 149
Please help me and i will give you REP

Thanks


Re: Error [REP+] - saffierr - 08.01.2016

You have one specified thing in the format, yet you define two...
And for the Errors;
You must have defined GetXY2DZone with a stock, because that is not a pawn function.