Error [REP+]
#1

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
Reply
#2

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)