More manual content converted to HTML.
This commit is contained in:
parent
7995ecfe16
commit
6ef9e6ecbf
22
docs/zr.css
22
docs/zr.css
@ -53,7 +53,7 @@ p.headerinfo
|
|||||||
color: #909090;
|
color: #909090;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.code
|
.code
|
||||||
{
|
{
|
||||||
font-family: "Courier New", "Lucida Console";
|
font-family: "Courier New", "Lucida Console";
|
||||||
color: #000000;
|
color: #000000;
|
||||||
@ -63,13 +63,15 @@ table
|
|||||||
{
|
{
|
||||||
border-style: none;
|
border-style: none;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
table-layout: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
td
|
td
|
||||||
{
|
{
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 3px;
|
vertical-align: top;
|
||||||
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.commandheader
|
td.commandheader
|
||||||
@ -95,12 +97,22 @@ th
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border-bottom-style: solid;
|
border-bottom-style: solid;
|
||||||
border-bottom-width: medium;
|
border-bottom-width: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
th.namewidth
|
th.namewidth
|
||||||
{
|
{
|
||||||
width: "500px";
|
width: "400px";
|
||||||
|
}
|
||||||
|
|
||||||
|
th.tinywidth
|
||||||
|
{
|
||||||
|
width: "100px";
|
||||||
|
}
|
||||||
|
|
||||||
|
th.mediumwidth
|
||||||
|
{
|
||||||
|
width: "200px";
|
||||||
}
|
}
|
||||||
|
|
||||||
.container
|
.container
|
||||||
|
1659
docs/zr_manual.htm
1659
docs/zr_manual.htm
File diff suppressed because it is too large
Load Diff
@ -573,7 +573,7 @@ List files to be downloaded in:
|
|||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
The class system makes it possible to have different zombies and humans with
|
The class system makes it possible to have different zombies and humans with
|
||||||
customized skills. It cannot be turned off. If there are only one class in each
|
customized skills. It cannot be turned off. If there is only one class in each
|
||||||
team, the class selections menus are automatically disabled.
|
team, the class selections menus are automatically disabled.
|
||||||
|
|
||||||
The class configurations are stored in Valve's key/value format, and the file
|
The class configurations are stored in Valve's key/value format, and the file
|
||||||
@ -657,7 +657,7 @@ The list below explains all available class attributes in detail:
|
|||||||
These flags can be used in a combination (1 + 2), so it could be a
|
These flags can be used in a combination (1 + 2), so it could be a
|
||||||
mother zombie class for admins only.
|
mother zombie class for admins only.
|
||||||
|
|
||||||
group text Name of a valid SourceMod group.
|
group text Name of a valid SourceMod group
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
Rescrict class to members of this SourceMod group. Useful for making
|
Rescrict class to members of this SourceMod group. Useful for making
|
||||||
VIP-only classes. Leave blank to allow everyone to use this class.
|
VIP-only classes. Leave blank to allow everyone to use this class.
|
||||||
@ -766,7 +766,7 @@ The list below explains all available class attributes in detail:
|
|||||||
|
|
||||||
speed decimal 10.0 - 2000.0
|
speed decimal 10.0 - 2000.0
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
The players running speed.
|
The player's running speed.
|
||||||
|
|
||||||
knockback decimal -30.0 - 30.0
|
knockback decimal -30.0 - 30.0
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
@ -792,7 +792,7 @@ required. Otherwise the plugin will fail to load.
|
|||||||
Requirements:
|
Requirements:
|
||||||
|
|
||||||
- At least one human class (teamid 1).
|
- At least one human class (teamid 1).
|
||||||
- At least one zombie class (teamid 0)
|
- At least one zombie class (teamid 0).
|
||||||
- In addition both above classes shouldn't have special flags set. They
|
- In addition both above classes shouldn't have special flags set. They
|
||||||
must be clean classes, which is flags set to "0".
|
must be clean classes, which is flags set to "0".
|
||||||
|
|
||||||
@ -1076,7 +1076,7 @@ will take effect. This only applies to players who already is the same class.
|
|||||||
|
|
||||||
3.7.8 DUMPING ATTRIBUTES
|
3.7.8 DUMPING ATTRIBUTES
|
||||||
|
|
||||||
For debug purposes class attributes can be dumped.
|
For debug purposes class attributes also can be dumped.
|
||||||
|
|
||||||
Syntax:
|
Syntax:
|
||||||
===========================================================================
|
===========================================================================
|
||||||
@ -1132,7 +1132,7 @@ These are the allowed attributes:
|
|||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
A list of weapon groups and the weapon type.
|
A list of weapon groups and the weapon type.
|
||||||
|
|
||||||
Pre defined options:
|
Pre-defined options:
|
||||||
- All
|
- All
|
||||||
- Pistol
|
- Pistol
|
||||||
- Shotgun
|
- Shotgun
|
||||||
|
Loading…
Reference in New Issue
Block a user