SA-MP Forums Archive
Scripting Problem - IsAFbi - 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: Scripting Problem - IsAFbi (/showthread.php?tid=380711)



Scripting Problem - IsAFbi - razor steven - 26.09.2012

Hello everyone,
I was editing zGaming Roleplay Script, was adding FBI faction. Well, after scripting FBI Faction and while compiling it,
An error showed up which is,

"Undefined Symble "IsAFbi".

How to fix it?

Scripts here:
https://sampforum.blast.hk/showthread.php?tid=350747


Re: Scripting Problem - IsAFbi - CrossUSAAF - 26.09.2012

In beginning on your game mode script, you need to define "IsAFbi". You should see other defines too, please use same format as in beginning.


Re: Scripting Problem - IsAFbi - razor steven - 26.09.2012

Quote:
Originally Posted by CrossUSAAF
Посмотреть сообщение
In beginning on your game mode script, you need to define "IsAFbi". You should see other defines too, please use same format as in beginning.
Can you show me the code that defining "IsAFbi"?


Re: Scripting Problem - IsAFbi - HyDrAtIc - 26.09.2012

Quote:
Originally Posted by razor steven
Посмотреть сообщение
Can you show me the code that defining "IsAFbi"?
Yes sure I can..

At the top of you script add this:

pawn Код:
#define IsAFbi

This how to define I'm not really sure if it's going to fix the error it might be another error but try this...


Re: Scripting Problem - IsAFbi - razor steven - 26.09.2012

Thanks, to you both. Fixed the error.
REPPED!