SA-MP Forums Archive
Help with A small bug - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Help with A small bug (/showthread.php?tid=168632)



Help with A small bug - showarn - 16.08.2010

Hello Everyone on sa-mp gta forum/website i would like some support on a bug i cant solve atm (trying to learn work with servers) ive been working with other kind of servers before but anyway to the point i use this godfather mod
-LINK-
https://sampforum.blast.hk/showthread.php?tid=7797

and then i write the gamemode name wich is "GF" in my server config wich looks like this

Код:
echo Executing Server Config...
lanmode 0
rcon_password 365367
maxplayers 500
port 7777
hostname SWE GTA
gamemode0 gf
filterscripts base gl_actions gl_property gl_realtime
announce 0
query 1
weburl www.sa-mp.com
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
and i get error gonna show you a picture on it



It stands on the error

"""i could'nt locate any gamemode scripts. please verify your server.cfg
its need a gamemode0 line at the very least"""


Please help me with this ive placed gf.pwn in gamemodes!


Re: Help with A small bug - Agent Smith - 16.08.2010

It needs to look like this:

gamemode0 gf 1

Notice the 1 after it


Re: Help with A small bug - FireCat - 16.08.2010

error on gamemode?


Re: Help with A small bug - gamer931215 - 16.08.2010

check if your gamemode name is correct and if you didnt forget to compile it


Re: Help with A small bug - showarn - 16.08.2010

Fixed didnt have the "amx file" sorry for my foolish misstake :P


Re: Help with A small bug - gamer931215 - 16.08.2010

Quote:
Originally Posted by showarn
Посмотреть сообщение
Fixed didnt have the "amx file" sorry for my foolish misstake :P
I love it when im right xD
anyways im glad its fixed


Re: Help with A small bug - showarn - 17.08.2010

thank you ; gamer