loangaq.blogg.se

Darkrp gmod logo
Darkrp gmod logo












darkrp gmod logo

This image should ideally be 24x24 pixels but it can be up to 32x32. This image should be 128 pixels high and up to 1024 pixels wide. If you want to include backgrounds with your gamemode place them in gamemodes//backgrounds/. Whether this convar should show up for singleplayer, just having this key will enable it, it doesn't matter what the value is The help text to show on the convar (in the console)Įither Text, CheckBox or Numeric. The text to show in game to describe this convar These settings are configurable in the main menu in GMod. It was moved to the root folder to decrease load times. In previous versions of GMod this section used to have its own file, in gamemode//content/settings/server_settings/. Your text file doesn't have to have a settings section. The settings table allows you to create server configuration convars for your gamemode.

darkrp gmod logo

other - Your gamemode does not fit in any of the above categories, for example sandbox or hangout type gamemodes.pve - Your gamemode is based more around Player versus Environment combat, such as survival or campaign gamemodes.pvp - Your gamemode is based mostly on Player versus Player combat, be that competition or just a shooter gamemode.If your gamemode has "RP" in its name, this is the category for you. rp - Roleplay - Your gamemode contains Roleplay elements.Your gamemode can have only one category, out of the following choices: (You won't have a workshopid until you upload - so you will need to set this in an update) If your gamemode is on Workshop then this should be the workshopid of the file. Include and set to 1 if this gamemode should be selectable from the main menu This should only be set if the maps are unique to your gamemode. This is used to correctly categorise maps in the map selector. "name" "sk_grenades" "text" "Allow Grenades" "help" "If enabled then grenades are enabled" "type" "CheckBox" "default" "1" "name" "sk_maxfrags" "text" "Max Frags" "help" "The maxiumum number of frags before a map change" "type" "Numeric" "default" "20" Here I have set up a third group chat for the hobos."base" "base" "title" "Super Killers" "maps" "^sk_" "category" "other" "menusystem" "1" "workshopid" "15895" "settings" TalkToPerson (v, col, :Nick ( ),Color ( 255, 255, 255, 255 ), text, ply ) end end return args, DoSay Local function GroupMsg (ply, args ) if args = "" then return "" end local DoSay = function (text ) if text = "" then return end local t = ply:Team ( ) local audience = if t = TEAM_POLICE or t = TEAM_CHIEF or t = TEAM_MAYOR then for k, v in pairs (player.GetAll ( ) ) do local vt = v:Team ( ) if vt = TEAM_POLICE or vt = TEAM_CHIEF or vt = TEAM_MAYOR then table.insert (audience, v ) end end elseif t = TEAM_MOB or t = TEAM_GANG then for k, v in pairs (player.GetAll ( ) ) do local vt = v:Team ( ) if vt = TEAM_MOB or vt = TEAM_GANG then table.insert (audience, v ) end end elseif t = TEAM_HOBO then for k, v in pairs (player.GetAll ( ) ) do local vt = v:Team ( ) if vt = TEAM_HOBO then table.insert (audience, v ) end end end for k, v in pairs (audience ) do local col = team.GetColor (ply:Team ( ) ) Go to DarkRP/gamemode/a, open up your editors find box, and put in /g. Here I'm going to show you how you can create your own group chats, or add jobs to the current ones. I'd suggest you back-up your a somewhere before you do this, just in case it doesn't work and you don't know what to change back.

DARKRP GMOD LOGO CODE

Also, this tutorial was created using the DarkRP SVN Revision 596, the code may vary slightly with earlier versions, however the editing of it should be quite similar.

darkrp gmod logo

NOTE: This tutorial is not a customizable feature of DarkRP, it's a direct edit of the DarkRP code and so you should be VERY careful whilst editing it. Reason for deletion: Not what Garry wants the wiki to be used for See more pages nominated for deletion here. Deletion is due within approximately 30 days from nomination, unless the deletion has been disputed on the talk page. This page has been nominated for deletion.














Darkrp gmod logo