Constant being strange... - 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: Constant being strange... (
/showthread.php?tid=612703)
Constant being strange... -
Jonesy96 - 20.07.2016
Fixed thanks
Re: Constant being strange... -
SickAttack - 20.07.2016
#define DEFAULT_CASH 20000
Try without the double quotes.
Re: Constant being strange... -
Jonesy96 - 20.07.2016
Thanks, knew it'd be something dumb haha
Re: Constant being strange... - WhiteGhost - 20.07.2016
Quote:
Originally Posted by SickAttack
#define DEFAULT_CASH 20000
Try without the double quotes.
|
That would fix it
Edit: SickAttack Got it..