SA-MP Forums Archive
What is this? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: What is this? (/showthread.php?tid=157019)



What is this? - ToPhrESH - 25.06.2010

Topic Says It all
(7) : error 026: no matching "#if..."
(71) : error 026: no matching "#if..."

Here's line 7
pawn Код:
#else
Here's line 71
pawn Код:
#endif



Re: What is this? - Cameltoe - 05.07.2010

This means that theres no matching IF condition

either remove line 7 and 71 or add a #if define


Re: What is this? - dice7 - 05.07.2010

Quote:
Originally Posted by simen1992
Посмотреть сообщение
This means that theres no matching IF condition

either remove line 7 and 71 or add a #if define
You can't just add an "#if define" anywhere in your script as you please. You need to actually know what you're doing for the script to work correctly.

@ToPhrESH
I suggest you just delete line 7 and 71


Re: What is this? - ToPhrESH - 06.07.2010

i accidentally pu tmy new, forward, static, native and so on before these :P