How do i get messages to pop up on the server?
Also is there a admin mod server side to be able to switch back and forth though the mods?
i added some modes and i do not know how to go to them got the maps working? any advice thanks not much on server configing on this site.
Search for plugin called something like "Sourcemod Adverts"
Sorry, not catching that. More examples please.
Yeah, sorry no idea what asking here.
Love to help, just need little more clarification.
/orangebox/gesource/addons/sourcemod/configs/Yes, any changes you should restart server.
sometimes a mapchange will do, but safer to just restart server.
"6 " "CasinoRoyale"
"6." "Casino Royale"
"7" "CupMatch"
"7." "Warm Up"
"8" "CasinoRoyaleLTK"
"8." "CasinoRoyale LTK"
"9 " "DrNoArmor"
"9." "Dr No Armor"
"10" "ForYourEyesOnly"
"10." "For Your Eyes Only"
"11 " "GunGame"
"11." "Gun Game"
"12" "LiveAndLetDie"
"13." "Live And Let Die"
"14" "LivingDaylights"
"14." "Living Day lights"
"15 " "Uplink"
"15." "Uplink"
}
How do i get messages to pop up on the server?http://forums.alliedmods.net/showthread.php?t=155705
sv_downloadurl "exampleurl.com/gesource"
in the server.cfg
Then on that remote site, have maps laid out in same file system as server:
"gesource/maps/cy_funhouse.bsp.bz2"
Pack maps with bz2, as source can unpack them after download and offer much faster downloads
// *********** DOWNLOAD ***********
// Allow clients to download files
sv_allowdownload 1
//Allows server side downloads
sv_downloadurl "www.tacticalgamingclan.com/gesource/maps"
// Allow clients to upload customizations files
sv_allowupload 1
// VOICE enabled, if you want VOICE disabled then change 1 to 0
sv_voiceenable 1
did i do that right?
sv_downloadurl "www.tacticalgamingclan.com/gesource"ok does it need anything else i am going to go test it. do i need to chmod or anything
hmm, is uplink installed on server correctly?
check and make sure "Uplink.py" is in: gesource\scripts\python\GamePlay
hmm, is uplink installed on server correctly?
check and make sure "Uplink.py" is in: gesource\scripts\python\GamePlay