Need help with DM server - 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: Need help with DM server (
/showthread.php?tid=169625)
Need help with DM server -
Sabotage - 20.08.2010
I need to change the DM server MOTD...
I need to change the server gamemode name (When you click SA:MP and see the server the gamemode says "gang wars" i want to change it...
And the server name isnt changing even when i put the server name is server.cfg...still not changing...i have never had this problem before...
Re: Need help with DM server -
Anthonyx3' - 20.08.2010
If it doesnt change when changed in server.cfg, change name in the .pwn
Re: Need help with DM server -
matthewdriftking - 20.08.2010
Find SetGameModeText
Re: Need help with DM server -
Wiliam - 20.08.2010
find this
SetGameModeText("Welcome to DM...");
change this welcome to dm... to youre message
if you want multyple lines just add it
SetGameModeText("NoHax0rs allowed");
SetGameModeText("Welcome to my butyfull server");
find it and change it hope it helps