Need help with errors - 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: Need help with errors (
/showthread.php?tid=438819)
Need help with errors : Gonna rep helper -
E.C2 - 22.05.2013
ERRORS WHEN I COMPILE
error 017: undefined symbol "IsNotAEngineCar"
error 017: undefined symbol "IsAnOwnableCar"
error 017: undefined symbol "IsACopCar"
error 017: undefined symbol "IsAnArmyCar"
error 017: undefined symbol "IsAnFbiCar"
error 017: undefined symbol "IsAGovCar"
error 017: undefined symbol "IsAnAmbulance"
error 017: undefined symbol "IsASheriffCar"
error 004: function "ProxDetector" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 017: undefined symbol "ClearChatbox"
error 004: function "ProxDetector" is not implemented
error 004: function "ProxDetector" is not implemented
error 017: undefined symbol "SendFamilyMessage"
error 004: function "ProxDetector" is not implemented
error 004: function "FixHour" is not implemented
error 004: function "FixHour" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 017: undefined symbol "IsAPizzabike"
error 017: undefined symbol "ForwardOwnCar"
Re: Need help with errors -
Kovon - 22.05.2013
The errors tell you exactly what is missing in your script
Undefined mean you need to define them at the top
#define IsNotAEngineCar
And so on..
As for the function you need to create the functions/stocks.
If your not planning on using them search for the name example PlayerToPoint and leave it out.