SA-MP Forums Archive
Gamemode No Errors But When Running... - 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: Gamemode No Errors But When Running... (/showthread.php?tid=405072)



Gamemode No Errors But When Running... - DJean1 - 05.01.2013

So i have this Game Mode I Added ALL The Files To My Server, i Run The server And This Shows

Код:
SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team

[07:10:53] 
[07:10:53] Server Plugins
[07:10:53] --------------
[07:10:53] Loading plugin: mysql
[07:10:53] Failed.
[07:10:53] Loading plugin: streamer
[07:10:53] 

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[07:10:53] Loaded.
[07:10:53] Loading plugin: Whirlpool
[07:10:53] 
[07:10:53] ==================
[07:10:53] 
[07:10:53] Whirlpool loaded
[07:10:53] 
[07:10:53] ==================
[07:10:53] 
[07:10:53] Loaded.
[07:10:53] Loading plugin: sscanf
[07:10:53] 

[07:10:53] ===============================

[07:10:53] sscanf plugin loaded. 

[07:10:53] © 2009 Alex "******" Cole

[07:10:53] 0.3d-R2 500 Players "dnee"

[07:10:53] ===============================

[07:10:53] Loaded.
[07:10:53] Loaded 3 plugins.

[07:10:53] I couldn't load any gamemode scripts. Please verify your server.cfg
[07:10:53] It needs a gamemode0 line at the very least.
Please Help me i need To Get My Server Up ASAP


Re: Gamemode No Errors But When Running... - DaRk_RaiN - 05.01.2013

echo Executing Server Config...
lanmode 0
rcon_password
maxplayers 100
port 7777
hostname
gamemode0 Put the tittle of your Game Mode's amx file here.
filterscripts
plugins
announce 1
query 1
weburl
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 190.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
mapname


Re: Gamemode No Errors But When Running... - DJean1 - 05.01.2013

Ok Changed It And i Still Get that Error?


Re: Gamemode No Errors But When Running... - Infinity90 - 05.01.2013

Have you got a script (.amx file) inside your gamemodes folder ?


Re: Gamemode No Errors But When Running... - Patrick - 05.01.2013

pawn Код:
echo Executing Server Config...
 lanmode 0
 rcon_password
 maxplayers 100
 port 7777
 hostname
 gamemode0 Gamemode 1
 filterscripts
 plugins
 announce 1
 query 1
 weburl
 onfoot_rate 40
 incar_rate 40
 weapon_rate 40
 stream_distance 190.0
 stream_rate 1000
 maxnpc 0
 logtimeformat [%H:%M:%S]
 mapname
have you got .amx on your gamemode folder?
or
dont delete the 1 just change the Gamemode into your gamedode name


Re: Gamemode No Errors But When Running... - DJean1 - 05.01.2013

Yes The Amx File is There And PDS2012 I have done that

Код:
echo Executing Server Config...
lanmode 0
rcon_password PASSWORD
maxplayers 18
port 7780
hostname BadBoii
gamemode0 HRP_9.0 1
filterscripts anims dmapping yom_buttons zmapping
plugins mysql streamer Whirlpool sscanf
announce 1
query 1
weburl
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 190.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
mapname



Re: Gamemode No Errors But When Running... - Patrick - 05.01.2013

thats, why, dont put HRP_9.0 1

remove that dot( . ) on red and change it into ( _ )


Re: Gamemode No Errors But When Running... - DJean1 - 05.01.2013

What Is That "Remove That Dot on red"?


Re: Gamemode No Errors But When Running... - Patrick - 05.01.2013

HRP_9.0 1

delete that, try to remove that. and just put this

pawn Код:
gamemods HRP_9_0 1
PS: also rename your .pwn and .amx to the HRP_9_0 1
Or
Use Infinity90 below!


Re: Gamemode No Errors But When Running... - Infinity90 - 05.01.2013

rename your amx file to HRPv9.amx then enter HRPv9 into the server.cfg