HELP! - 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: HELP! (
/showthread.php?tid=391381)
HELP! -
HeArTBeaT - 10.11.2012
0.3e-R2, ©2005-2012 SA-MP Team
[15:38:24]
[15:38:24] Server Plugins
[15:38:24] --------------
[15:38:24] Loaded 0 plugins.
[15:38:24] I couldn't load any gamemode scripts. Please verify your server.cfg
[15:38:24] It needs a gamemode0 line at the very least.
Re: HELP! -
JakeMiller - 10.11.2012
May i see your server.cgf ?
Re: HELP! -
Mr.Anonymous - 10.11.2012
show your server.cfg
Re: HELP! -
HeArTBeaT - 10.11.2012
echo Executing Server Config...
lanmode 0
rcon_password =
maxplayers 500
port 7777
hostname Urban Warfare
gamemode0 1
filterscripts gl_actions gl_property gl_realtime gl_mapicon ls_elevator test_cmds ls_mall attachments
announce 0
query 1
weburl
www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 10
logtimeformat [%H:%M:%S]
Re: HELP! -
Glad2BeHere - 10.11.2012
pawn Код:
echo Executing Server Config...
lanmode
0rcon_password
=maxplayers
500port
7777hostname Urban Warfare
gamemode0
1filterscripts gl_actions gl_property gl_realtime gl_mapicon ls_elevator test_cmds ls_mall attachments
announce
0query
1weburl
[url
]www.sa-mp.com
[/url
]onfoot_rate
40incar_rate
40weapon_rate
40stream_distance
300.0stream_rate
1000maxnpc
10logtimeformat
[%H:%M:%S
] plugins pluginname pluginname pluginname
// just put plug name here u have to add u own line
Re: HELP! -
Mr.Anonymous - 10.11.2012
Whats
gamemode0 1 ?
Re: HELP! -
JakeMiller - 10.11.2012
OMG man put the name of your
it should be like this
echo Executing Server Config...
lanmode 0
rcon_password PASSWORD
maxplayers 500
port 7777
hostname Urban Warfare
gamemode0 (name of the GM like "Grandlarc")1
filterscripts
plugins sscanf.so streamer.so
announce 1
query 1
weburl none
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
Re: HELP! -
Private200 - 10.11.2012
Your gamemode is called "1"

Put the name of your gamemode
and you don't have the plugins line :
Код:
echo Executing Server Config...
lanmode 0
rcon_password =
maxplayers 500
port 7777
hostname Urban Warfare
gamemode0 1
filterscripts gl_actions gl_property gl_realtime gl_mapicon ls_elevator test_cmds ls_mall attachments
announce 0
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 10
logtimeformat [%H:%M:%S]
plugins sscanf streamer // add this line here
Re: HELP! -
HeArTBeaT - 11.11.2012
So what is the name of team death match?
Re: HELP! -
Yamakei - 11.11.2012
Quote:
Originally Posted by HeArTBeaT
So what is the name of team death match?
|
What's the name of your script?