SA-MP Forums Archive
Define - 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: Define (/showthread.php?tid=425051)



Define - Zex Tan - 24.03.2013

Hello, I've some problem with

pawn Код:
#define ADMIN_DIALOG 1
I got an error that says 'Unknown Symbol" or something, whats the problem ?


Re: Define - Scenario - 24.03.2013

The error can't be on that line. Are you using "ADMIN_DIALOG" somewhere in the script, or did you simply just define it, compile, and receive an error?


Re: Define - Zex Tan - 24.03.2013

I used ShowPlayerDialog, and I get an error on that line.


Re: Define - RajatPawar - 24.03.2013

Well then, feel free to share that piece of code here.