Posts: 213
Threads: 51
Joined: Jan 2014
Reputation:
0
06.02.2015, 12:24
(
Последний раз редактировалось CopKing123; 06.02.2015 в 12:40.
Причина: Topic Updated
)
Hello everyone, my problem is gamemode, the gamemode i created works, but when i download others gamemodes, and make it online it doesnt works ;-;
It shows empty when i connect the server with the gamemode!!
pls help me
+REP
Posts: 626
Threads: 46
Joined: Oct 2014
Reputation:
0
do u check server.cfg that u add correct name of gamemode if u using linux add 1 after the name
Posts: 256
Threads: 1
Joined: Aug 2014
Reputation:
0
Some gamemodes are not stand-alone. They depend on some plugins, includes etc. If you don't have the correct version of dependecies, the gamemode won't load properly. Recompile the gamemode and check for errors or warnings. Fix all of them, then load your gamemode. Also, don't forget to update your server.cfg file accordingly.
Posts: 100
Threads: 26
Joined: Jul 2011
Reputation:
0
@XYzero You answer is 100% wrong lol...
@CopKing123 Do what everyone else said. Make sure your server.cfg gamemode line has the name of the gamemode you are trying to load.
Also, Is your SA:MP version Z? If so, Make sure you update that gamemode. Recompile, get listed errors, Post or fix listed errors. We can go from there.
** Gamemodes that you download are not always the same version as your SA:MP.
Posts: 87
Threads: 2
Joined: Sep 2014
Reputation:
0
I had this problem once, I finally figured out that I wasn't using the correct version of the plugin on the linux, use the plugins compatible with linux if you're running the server on linux machine, not those of windows. Linux plugin must have .so extension so make sure you're using the right one.
Posts: 213
Threads: 51
Joined: Jan 2014
Reputation:
0
Guys i tried but not working
Posts: 87
Threads: 2
Joined: Sep 2014
Reputation:
0
Your script might be using some plugin/include which is defined in your script but isn't placed in the includes or plugins directory, so check all includes/plugins you have defined in the script and check plugins/includes directories.