SA-MP Forums Archive
HUUUGE GAMEMODE BUG! - 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: HUUUGE GAMEMODE BUG! (/showthread.php?tid=135493)



HUUUGE GAMEMODE BUG! - Micko9 - 20.03.2010

I got in my gamemode scripting it a bit.. u know... checking and i found this : there was no ; at a print function . it didnt show any errors... also in the other scripts im useing i found 0 errors , 0 warrnings .


Re: HUUUGE GAMEMODE BUG! - [MWR]Blood - 20.03.2010

Sorry, I didn't understand you.Can you explain better?


Re: HUUUGE GAMEMODE BUG! - Micko9 - 20.03.2010

Quote:
Originally Posted by ikarus
Sorry, I didn't understand you.Can you explain better?
look i found the last day in my gamemode code this :
pawn Код:
print("mytexthere")
without ';' and after i compiled it succesfully 0 errors :
Код:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase



Re: HUUUGE GAMEMODE BUG! - laser50 - 20.03.2010

ok... so what?


Re: HUUUGE GAMEMODE BUG! - Micko9 - 20.03.2010

Quote:
Originally Posted by laser50
ok... so what?
wtf...it should say an error like : expected ';'


Re: HUUUGE GAMEMODE BUG! - laser50 - 20.03.2010

but it dosent, just add it...

Why would this be a gamemode bug?


Re: HUUUGE GAMEMODE BUG! - jameskmonger - 20.03.2010

If it ain't broke, don't fix it.



Re: HUUUGE GAMEMODE BUG! - Micko9 - 20.03.2010

Quote:
Originally Posted by laser50
but it dosent, just add it...

Why would this be a gamemode bug?
maybe pawno bug?


Re: HUUUGE GAMEMODE BUG! - Finn - 20.03.2010

It should give warning.