SRCDS Steam group


How to Install Plugins Source - Mod
#1
Rolleyes 
Excuse me all
I need to know how to make it so that i can make certain plugins activate in
the menu of sourcemod like e.g
1.fun command
2.server commands
3.(blah blah blah)
4. Plugin Activations

then in that folder i want to make entries for my plugins such as zombie mod and stuff.
Thanks Get back to me ASAP!!!
LynzoiD
Reply
#2
You are better off reading the SM documentation or checking out their forums. However, someone might respond. I personally haven't messed with that all too much.
~ Mooga ...w00t? - SRCDS.com on Twitter
[Image: 76561197965445574.png]
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
Reply
#3
hey i think i found out how to use them with custom admin commands but mine wont work it says when i run my server that it had a key value error load from buffer missing then the path to my custom file any pointers??
and also do you know where i can download all the basic tf2 admin like respawn, give weapons.... etc thanks
Reply
#4
this is my file
// Custom admin menu commands.
// For more information:
//
// http://wiki.alliedmods.net/Custom_Admin_Menu_%28SourceMod%29
//
// Note: This file must be in Valve KeyValues format (no multiline comments)
//

"Commands"
{
"PlayerCommands"
{
"God Mode"
{
"cmd" "sm_god #1"
"execute" "player"
"1"
{
"type" "onoff"
"method" "name"
"title" "Player:"
}
}
"Fake Death Mod"
{
"cmd" "sm_fakedeath #1"
"execute" "server"
"1"
{
"type" "onoff"
"title" "Fake Death Mod:"
}
}
"Hide N Seek"
{
"cmd" "sm_hideseek #1"
"execute" "server"
"1"
{
"type" "onoff"
"title" "Hide n Seek:"
}
}
"Cloak Syphon"
{
"cmd" "sm_cloaksyphon #1"
"execute" "server"
"1"
{
"type" "onoff"
"title" "Cloak Syphon:"
}
}
"Hunted"
{
"cmd" "sm_hunted #1"
"execute" "server"
"1"
{
"type" "onoff"
"title" "hunted:"
}
}
"Class restrict"
{
"cmd" "sm_classrestrict #1"
"execute" "server"
"1"
{
"type" "onoff"
"title" "Class Restrict:"
}
}
"Melee Mode"
{
"cmd" "sm_meleemode #1"
"execute" "server"
"1"
{
"type" "onoff"
"title" "Melee mode:"
}
}
"Stats"
{
"cmd" "sm_stats #1"
"execute" "server"
"1"
{
"type" "onoff"
"title" "Stats:"
}
}
"(Nothing Yet}"

"cmd" "sv_alltalk #1"
"admin" "sm_ban"
"execute" "server"
"1"
{
"type" "onoff"
"title" "Alltalk:"
}
}

}
}
Reply
#5
hey custom script is working now but when i click it the file doesnt open
any hinters on how i can make it so it works and i think the reason might be i have no
cmd for opening it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)