help me
#1

Im making a server with a mission game but i already have 2 map and 1 is Arena DM and another one is Floating DM i open the server.cfg i put to gamemode0 Arena DM , gamemode1 Floating DM, but still not working for me
I couldn't load any gamemode scripts. Please verify your server.cfg
t needs a gamemode0 line at the very least.
I put ArenaDM pwn,awn and Floating DM pwn,awn into gamemode but still not working plz help me
Reply
#2

Only .amx is needed in server.cfg.
Reply
#3

Код:
echo Executing Server Config...
lanmode 0
rcon_password Random rcon
maxplayers 500
port 7777
hostname Minigames or whatever.
gamemode0 ArenaDM
gamemode1Floating DM
filterscripts random fs
announce 1
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 3
Like that.
Reply
#4

i just copy everything from u Berlovant but still not work for me keep said 16:51:44] I couldn't load any gamemode scripts. Please verify your server.cfg
[16:51:44] It needs a gamemode0 line at the very least.
I was remove both pwn to the desktop and i put 2 awn in to gamemode but still not work for me.
Reply
#5

Код:
gamemode1Floating DM
Should be:
Код:
gamemode1 Floating DM
Also, Hit compile on both. In order to make the .amx
Reply
#6

Here is the problem i add some time in there but say warning
http://imageshack.us/photo/my-images/40/unled25k.png/

#include <a_samp>

public OnFilterScriptInit()
{
SetTimer("message", 1000, false); // Set a timer of 1000 miliseconds (1 second)
Reply
#7

Guy help me this plz, its said my gamemode Unknown
http://imageshack.us/photo/my-images/855/unled25m.png/
Run time error 20 invalid index parameter bad entry point
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)