SA-MP Forums Archive
Gamemode blank script - 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: Gamemode blank script (/showthread.php?tid=525446)



Gamemode blank script - ShiffeyTheGamer - 12.07.2014

My gamemode is saying blank script on my server but if you enter the script is there you can play on it and all but it says blank script and I want to change it



Код:
#define SERVER_GM_TEXT "D:CG V3.4"
#define SCRIPT_VERSION "D:CG"



Re: Gamemode blank script - ajam123 - 12.07.2014

EDIT: Maybe it's your server.cfg, try to put your server.cfg @ log here


Re: Gamemode blank script - TheKillZone - 12.07.2014

Try using this:
Код:
SetGameModeText("D:CG V3.4");
Put it after all the CreateDynamicObject


Re: Gamemode blank script - ajam123 - 12.07.2014

Quote:
Originally Posted by TheKillZone
Посмотреть сообщение
Try using this:
Код:
SetGameModeText("D:CG V3.4");
Put it after all the CreateDynamicObject
Put it in
pawn Код:
public OnGameModeInit()



Re: Gamemode blank script - ShiffeyTheGamer - 13.07.2014

Here is the .cfg
Код:
echo Executing Server Config...
lanmode 1
rcon_password 0000
maxplayers 50
port 7777
hostname [ENG] Diamond City Gaming
mapname Bone County
gamemode0 BCRP 1
filterscripts bbox
plugins streamer.dll sscanf.dll audio.dll
announce 1
query 1
chatlogging 0
weburl Soon.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 20
logtimeformat [%H:%M:%S]



Re: Gamemode blank script - ShiffeyTheGamer - 13.07.2014

Fixed. It was a filterscript recently I added. Lol!