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



Error 010 - nezo2001 - 15.01.2015

here is the line
PHP код:
else if(gTeam[playerid] == GANG_BALLAS
and i get this error
PHP код:
error 10invalid function or decleration 
??


Re: Error 010 - Sawalha - 15.01.2015

do you have:
pawn Код:
new gTeam[MAX_PLAYERS];
and
pawn Код:
#define GANG_BALLAS



Re: Error 010 - ATGOggy - 15.01.2015

Show the if loop before it


Re: Error 010 - nezo2001 - 15.01.2015

Yes i have
and attogy i have about 150 if in this and the first 100 i think work but the other not and they are same as each other


Re: Error 010 - ATGOggy - 15.01.2015

what do you use for each if, if or else if?


Re: Error 010 - nezo2001 - 15.01.2015

lol Thank you i was doing something wrong


Re: Error 010 - BroZeus - 15.01.2015

Show some lines before and after the error line too
EDIT:late post