Blank Script - 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: Blank Script (
/showthread.php?tid=548223)
Blank Script -
davidstyle1125 - 28.11.2014
Hello, i have 24\7 hosted server which i bought, and i have a weird problem.
the gamemode name is "blank script" i changed the gamemode in script to the game mode name i want, but it shows me blanked script, any ideas?
Re : Blank Script -
StreetRP - 28.11.2014
Quote:
Originally Posted by davidstyle1125
Hello, i have 24\7 hosted server which i bought, and i have a weird problem.
the gamemode name is "blank script" i changed the gamemode in script to the game mode name i want, but it shows me blanked script, any ideas?
|
Plugin problem maybe
Re: Blank Script -
zT KiNgKoNg - 28.11.2014
Actually it isn't, you might need to look into the script that you're using and if it doesn't set the Game Mode name there then it shouldn't be a problem but i would suggest that you add it into your script that way it'll update.
Example:
pawn Код:
#define SetServerHostName(%0) SendRconCommand("hostname "%0)
#define SetServerMap(%0) SendRconCommand("mapname "%0)
Re: Blank Script -
AzaMx - 28.11.2014
Put this in your 'OnGamemodeInit"
pawn Код:
SetGameModeText("Gamemode Texts");
Re: Blank Script -
davidstyle1125 - 28.11.2014
the problem is, that it works when i home-host it.. :7777.
but isn't working at my hosted server
Re: Blank Script -
Glossy42O - 28.11.2014
If i understood right.
If you have any filterscripts and search blank
Press ctrl+f then type in blank and change it if you found. or delete..
Re: Blank Script -
AzaMx - 28.11.2014
Then check your server.cfg or doing that which Stuun have said..
Re: Blank Script -
davidstyle1125 - 28.11.2014
ffs, i don't have anything in "blank" which seems to be connected to it.
But now i runned my server on computer, and it also shows blank..
@AzaMx, what do you mean by checking my Server.cfg?
what should i look for?
Re: Blank Script -
AzaMx - 28.11.2014
About the 'gamemodetext'. If it's still same, this must be in your gamemode or filterscripts
Re: Blank Script -
davidstyle1125 - 28.11.2014
Every thing looks good, still can't do any thing :\