SA-MP Forums Archive
Need help With this :D - 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 this :D (/showthread.php?tid=404310)



Need help With this :D - iOmar - 02.01.2013

I m Trying to Compile my server after some editing but having this error msg

: error 017: undefined symbol "Commandoscolor"
: error 017: undefined symbol "Prisonerscolor"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.



Re: Need help With this :D - ikbenremco - 02.01.2013

#define COLORNAME COLOUR(colorpicker.com)

At that on the top of your screen but then

#define Prisonerscolor COLOUR
#define Commandoscolor COLOUR

Take the colour from colorpicker.com and add infront 0x and after FF


Re: Need help With this :D - aslan890 - 02.01.2013

Look if it says undefined symbol "example" then you need to go up on your sctrip and type #define example but sometimes its different for some other codes


Re: Need help With this :D - iOmar - 03.01.2013

Lots of thanks ikbenremco bro :P


Re: Need help With this :D - ikbenremco - 03.01.2013

NP Brah.