Showing Some Errors - 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: Showing Some Errors (
/showthread.php?tid=562189)
Having truble in with streamer -
Miller007 - 07.02.2015
I have almost tried everything but its not working even i used new version on streamer
Re: Showing Some Errors -
ATGOggy - 07.02.2015
Post OnGameModeInit
Respuesta: Showing Some Errors -
!R1Ch@rD! - 07.02.2015
better put that on your gamemode, because I see that it is a fs
Re: Showing Some Errors -
Miller007 - 08.02.2015
Quote:
Originally Posted by ATGOggy
Post OnGameModeInit
|
Look in the photo i have posted it in OnGameInit
Re: Showing Some Errors -
CalvinC - 08.02.2015
Why do you have "#define FILTERSCRIPT" when you use OnGameModeInit?
Anyways, look for a missing closing bracket in your script, and add it.
Re: Showing Some Errors -
Boooth - 08.02.2015
If it is a filterscript you should be using OnFilterscriptInit() instead of OnGameModeInit().
Could you also post the bottom of OnGameModeInit()