SA-MP Forums Archive
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=611992)



Help - Dejan12345 - 13.07.2016

when i start my server it says SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[10:29:02]
[10:29:02] Server Plugins
[10:29:02] --------------
[10:29:02] Loading plugin: sscanf
[10:29:02]

[10:29:02] ===============================

[10:29:02] sscanf plugin loaded.

[10:29:02] © 2009 Alex "******" Cole

[10:29:02] ===============================

[10:29:02] Loaded.
[10:29:02] Loading plugin: streamer
[10:29:02]

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

[10:29:02] Loaded.
[10:29:02] Loaded 2 plugins.

[10:29:02] I couldn't load any gamemode scripts. Please verify your server.cfg
[10:29:02] It needs a gamemode0 line at the very least. help please i make my gamemode


Re: Help - IceBilizard - 13.07.2016

You need a game mode then add the gamemode name in server.cfg

example

Код:
hostname YourServerHostName
gamemode0 YourGameMode



Re: Help - Dejan12345 - 13.07.2016

tnx but where to put it


Re: Help - IceBilizard - 13.07.2016

put the gamemode file in server directory > gamemodes folder


Re: Help - Dejan12345 - 13.07.2016

its in but in server start say that


Re: Help - IceBilizard - 13.07.2016

You have amx file of that gamemode?. If not then compile your script and it will create amx file then start the server.


Re: Help - Dejan12345 - 13.07.2016

i have


Re: Help - IceBilizard - 13.07.2016

Then post your server.cfg here.


Re: Help - Dejan12345 - 13.07.2016

can you send me all your server but edit to this to i copy and paste
echo Executing Server Config...
lanmode 0
rcon_password test
maxplayers 1000
port 7777
hostname Black Shadow Roleplay
gamemode0 BSRP V.1.0.01
filterscripts JunkBuster anims
plugins sscanf streamer
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 0
logtimeformat [%H:%M:%S]
host name is Black shadow roleplay
Gamemode is BSRP V.1.0.0


Re: Help - DRIFT_HUNTER - 13.07.2016

Server can not find .amx file in gamemodes with that name.