I can't start the server with my GM on SA-MP 0.3 - 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: I can't start the server with my GM on SA-MP 0.3 (
/showthread.php?tid=94995)
I can't start the server with my GM on SA-MP 0.3 -
CTCCoco - 02.09.2009
When I start the server it crash and I don't know what happens. I compile the GM with SA-MP 0.3 and all its correct.
What can I do?
Thanks for all.
Re: I can't start the server with my GM on SA-MP 0.3 -
dugi - 02.09.2009
You can not use gamemode which was compiled for 0.2x on 0.3 server, you have to recompile it using compiler with 0.3 header files to ensure that it will work properly.
Re: I can't start the server with my GM on SA-MP 0.3 -
CTCCoco - 02.09.2009
Quote:
Originally Posted by dugi
You can not use gamemode which was compiled for 0.2x on 0.3 server, you have to recompile it using compiler with 0.3 header files to ensure that it will work properly.
|
Thanks for the help
Re: I can't start the server with my GM on SA-MP 0.3 -
CTCCoco - 02.09.2009
Quote:
Originally Posted by CTCCoco
Quote:
Originally Posted by dugi
You can not use gamemode which was compiled for 0.2x on 0.3 server, you have to recompile it using compiler with 0.3 header files to ensure that it will work properly.
|
Thanks for the help
|
Erhh I compile with the SA-MP 0.3 pawno and I have warnings but nothing important, in samp 0.2.x with the same warnings work, why in sa-mp 0.3 don't work?
:S Help me please. Thanks.
If I have the default FS of SA-MP 0.3 the samp-server crash and if I don't have it the server restart all time!
WTF I can do? In sa-mp 0.2.x works perfect
Re: I can't start the server with my GM on SA-MP 0.3 -
sebihunter - 02.09.2009
Just fix the warnings and look if you deleted the Removed Scripting Functions/callbacks from your script.
Re: I can't start the server with my GM on SA-MP 0.3 -
Stas92 - 02.09.2009
And don't forget your Scriptfiles !
Re: I can't start the server with my GM on SA-MP 0.3 -
Calgon - 02.09.2009
Fix the warnings - remove these:
- EnableTirePopping(1) - if set like that.
- OnPlayerPrivMsg()
- OnPlayerInfoChange() - or something like that.
Re: I can't start the server with my GM on SA-MP 0.3 -
CTCCoco - 02.09.2009
What I can do with the scriptfiles and the callbacks?
Thanks for the help.
Re: I can't start the server with my GM on SA-MP 0.3 -
boelie - 02.09.2009
But..wtf sa-mp 0.3 isnt there yet...or are you testing beta ?
Re: I can't start the server with my GM on SA-MP 0.3 -
dugi - 02.09.2009
http://forum.sa-mp.com/index.php?topic=119892.0