SA-MP Forums Archive
Bug when server starts - 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: Bug when server starts (/showthread.php?tid=517834)



Bug when server starts - Teemo - 07.06.2014

When the server starts, after few minutes something happen and it bug the gamemode...No command works and When you speak on the general chat, it sends to all players and the gamemode closes...Like There's no gamemode!

(SORRY FOR BAD ENGLISH)


Re: Bug when server starts - SAMProductions - 07.06.2014

Dude, did you change the following line on your server.cfg :-
Код:
gamemode0 grandlarc 1
Change it to your original Gamemode Name, like for example :-
Код:
gamemode0 YOUR_GAMEMODE_NAME 1
Make sure that you don't have any kind of Errors after the Compilation of your Script, and make sure that you've downloaded all the plugins and includes that is required to access your gamemode.


Re: Bug when server starts - Teemo - 07.06.2014

[QUOTE=SAMProductions;3067690]Dude, did you change the following line on your server.cfg :-
Код:
gamemode0 grandlarc 1
Change it to your original Gamemode Name, like for example :-
Код:
gamemode0 YOUR_GAMEMODE_NAME 1
You don't know what i mean...
The server starts fine but after minutes it stops working or something like that but the server doesn't shut down! but the gamemode does...No command works "SERVER:UNKNOWN COMMAND"


Re: Bug when server starts - SAMProductions - 07.06.2014

[quote=Teemo;3067698]
Quote:
Originally Posted by SAMProductions
Посмотреть сообщение
Dude, did you change the following line on your server.cfg :-
Код:
gamemode0 grandlarc 1
Change it to your original Gamemode Name, like for example :-
Код:
gamemode0 YOUR_GAMEMODE_NAME 1
You don't know what i mean...
The server starts fine but after minutes it stops working or something like that but the server doesn't shut down! but the gamemode does...No command works "SERVER:UNKNOWN COMMAND"
That problem looks familiar to me and happened in my server also.


Re: Bug when server starts - Teemo - 07.06.2014

Got any solutions then?


Re: Bug when server starts - SAMProductions - 07.06.2014

Quote:
Originally Posted by Teemo
Посмотреть сообщение
Got any solutions then?
I don't know how did i solved this kind of problem.