Advertising
advertising
related pastes to tag 'gmod'
- 1471621 - BuildZone Usergroup Hierarchy: gmod user access build zone hierarchy buildzone groups
-
- Head admin
- explode <user(s)> [<damage>] [<radius>]- Explodes a target, hurting everything in a given radius. (say:!explode)
- cexec <user(s)> <command> - Runs a command on the user's console. (say:!cexec)
- ent <classname> <flag>:<value> .. - spawn an ent, separate flag and value with ':'.
- luarun <command> - Feeds the server a lua command.
- rcon <command> - Send the specified command to the server console. (say:!rcon)
- addgroup <group> [<inherit>] - Create a new group with optional inheritance.
- adduser <user> <group> [<immunity>] - Add a user to specified group with optional immunity.
- 1036674 - Hovis: gmod advdupe
-
- [Info]
- Type:AdvDupe File
- Creator:"[HBC] Hovis (This is my BOOM-SA"
- Date:06/02/08
- Description:"Steering linkage inspired by my brother Raven. Reminiscient of Rack-and-Pinion..."
- Entities:6
- Constraints:12
- [More Information]
- 953002 - Example QC: hl2 gmod model example qc mdl
-
- $cd "Location of SMDs goes here (like C:/BoxModel/SMDs/)"
- $modelname "Folder and name of compiled model go here (like Makka12/BoxModel.mdl)"
- $model "Write anything you like here" "Name of SMD in SMDs folder goes here (like reference.SMD)"
- $surfaceprop "What the model is made of. Like cardboard or metal. (list is at hl2\scripts\surfaceproperties.txt if you really need it)"
- $cdmaterials "Location of VMT used for textures (like models\Makka12\BoxModel)"
- $sequence idle "Just put the name of the other SMD here (like reference)" fps 30.00
- $collisionmodel "Same as above (like reference.SMD)"
- 953000 - Example QC: hl2 gmod model example qc mdl
-
- $cd "Location of SMDs goes here (like C:/BoxModel/SMDs/)"
- $modelname "Folder and name of compiled model go here (like Makka12/BoxModel.mdl)"
- $model "Write anything you like here" "Name of SMD in SMDs folder goes here (like reference.SMD)"
- $surfaceprop "What the model is made of. Like cardboard or metal. (list is at hl2\scripts\surfaceproperties.txt if you really need it)"
- $cdmaterials "Location of VMT used for textures (like models\Makka12\BoxModel)"
- $sequence idle "Just put the name of the other SMD here (like reference)" fps 30.00
- $collisionmodel "Same as above (like reference.SMD)"
- {
- 952999 - Example QC: hl2 gmod model example qc mdl
-
- $cd "Location of SMDs goes here (like C:/BoxModel/SMDs/)"
- $modelname "Folder and name of compiled model go here (like Makka12/BoxModel.mdl)"
- $model "Write anything you like here" "Name of SMD in SMDs folder goes here (like reference.SMD)"
- $surfaceprop "What the model is made of. Like cardboard or metal. (list is at
- hl2\scripts\surfaceproperties.txt if you really need it)"
- $cdmaterials "Location of VMT used for textures (like models\Makka12\BoxModel)"
- $sequence idle "Just put the name of the other SMD here (like reference)" fps 30.00
- 952997 - Example QC: hl2 gmod model example qc mdl
-
- $cd "Location of SMDs goes here (like C:/BoxModel/SMDs/)"
- $modelname "Folder and name of compiled model go here (like Makka12/BoxModel.mdl)"
- $model "Write anything you like here" "Name of SMD in SMDs folder goes here (like
- reference.SMD)"
- $surfaceprop "What the model is made of. Like cardboard or metal. (list is at
- hl2\scripts\surfaceproperties.txt if you really need it)"
- 867480 - a speed addon for gmod: gmod
-
- function GM:SetupMove(ply,mv,msg)
- if ply == nil or !ply:Alive() then
- return end
- if ply:KeyDown( IN_DUCK ) or ply:KeyDown( IN_WALK ) then
- mv:SetMaxClientSpeed( ply.WalkSpeed - 120 )
- return
- 867478 - a speed addon for gmod: gmod
-
- function GM:SetupMove(ply,mv,msg)
- if ply == nil or !ply:Alive() then
- return
- end
- return
- elseif ply:KeyDown( IN_DUCK ) or ply:KeyDown( IN_WALK ) then
- 698860 - ITSBTH: lua gmod wire pod stool
-
- TOOL.Category = "Wire - I/O"
- TOOL.Name = "Pod Controller"
- TOOL.Command = nil -- What is this for?
- TOOL.ConfigName = ""
- if CLIENT then
- language.Add("Tool_wire_pod_name", "Pod Controller Tool (Wire)")
- language.Add("Tool_wire_pod_desc", "Spawn/link a Wire Pod controller.")
- 597051 - gmod9 chatcommands gmod9 hl2 garrysmod gmod sourcemod mod source
- preview unavailable