Need help with errors
#1

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)