Gamemode problem -
Ovidiudmk - 06.08.2013
[12:08:46] Loaded.
[12:08:46] Loading plugin: sscanf
[12:08:46]
[12:08:46] ===============================
[12:08:46] sscanf plugin loaded.
[12:08:46] © 2009 Alex "******" Cole
[12:08:46] ===============================
[12:08:46] Loaded.
[12:08:46] Loading plugin: mysql
[12:08:46]
> MySQL plugin R5 successfully loaded.
[12:08:46] Loaded.
[12:08:46] Loading plugin: crashdetect
[12:08:46] crashdetect v4.8.3 is OK.
[12:08:46] Loaded.
[12:08:46] Loaded 4 plugins.
[12:08:46]
[12:08:46] Ban list
[12:08:46] --------
[12:08:46] Loaded: samp.ban
[12:08:46]
[12:08:46] I couldn't load any gamemode scripts. Please verify your server.cfg
[12:08:46] It needs a gamemode0 line at the very least.
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[12:08:47] gamemode0 = "" (string)
[12:08:47] filterscripts = "" (string)
[12:08:47]
[12:08:47] Server Plugins
[12:08:47] --------------
[12:08:47] Loading plugin: streamer
[12:08:47]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[12:08:47] Loaded.
[12:08:47] Loading plugin: sscanf
[12:08:47]
[12:08:47] ===============================
[12:08:47] sscanf plugin loaded.
[12:08:47] © 2009 Alex "******" Cole
[12:08:48] ===============================
[12:08:48] Loaded.
[12:08:48] Loading plugin: mysql
[12:08:48]
> MySQL plugin R5 successfully loaded.
[12:08:48] Loaded.
[12:08:48] Loading plugin: crashdetect
[12:08:48] crashdetect v4.8.3 is OK.
[12:08:48] Loaded.
[12:08:48] Loaded 4 plugins.
[12:08:48]
[12:08:48] Ban list
[12:08:48] --------
[12:08:48] Loaded: samp.ban
[12:08:48]
[12:08:48] I couldn't load any gamemode scripts. Please verify your server.cfg
[12:08:48] It needs a gamemode0 line at the very least.
echo Executing Server Config...
lanmode 0
rcon_password 1234
maxplayers 30
port 7777
hostname Teste
gamemode0
filterscripts
announce 0
query 1
weburl
www.RedzMax.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 2
logtimeformat [%H:%M:%S]
plugins streamer sscanf mysql crashdetect
Please help
Re: Gamemode problem -
Konstantinos - 06.08.2013
Change to:
pawn Код:
gamemode0 name_of_your_gamemode_here 1
Re: Gamemode problem -
Ovidiudmk - 06.08.2013
Still doesn't work here is my gamemode
http://files.sa-mp.com/samp03x_svr_R1-2_win32.zip
Re: Gamemode problem -
Konstantinos - 06.08.2013
I'm sure it does if you do that correctly. Change the line; for example like the example below:
pawn Код:
gamemode0 grandlarc 1
// Just an example. Replace it with your gamemode's name instead.
And make sure you've compiled the mode.
Re: Gamemode problem -
Ovidiudmk - 06.08.2013
i did that and still don't work
and i complied the AmX
Re: Gamemode problem -
Ovidiudmk - 06.08.2013
Someone please help.
Re: Gamemode problem -
Red_Dragon. - 07.08.2013
The .amx file isn't compilable. You can only compile a .pwn file. Show us the server.cfg again (you said that you've added the gamemode name and it's still not working).