Skip to content

Commit e6f0bfe

Browse files
Create help.xml
Help, that would be readable from the resource admin panel menu as well as f9
1 parent 7e86616 commit e6f0bfe

File tree

1 file changed

+28
-0
lines changed
  • [gamemodes]/[race]/[addons]/race_nos

1 file changed

+28
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<help>
2+
/nosgauge [on|off] - Sets the NOS gauge visibility (default 'on')
3+
4+
/nos [normal|nfs]
5+
/noscontrol [hybrid|nfs|normal] - Sets the NOS firing control style (default 'hybrid'):
6+
- normal : The default sucky behavior; Once NOS is fired there's no way to stop it.
7+
- nfs : NFS-style NOS; hold fire to start NOS, release to stop.
8+
- hybrid : hybrid-style NOS; press fire once to start NOS, press fire again to stop.
9+
10+
/nossustain [on|off] - Sets whether to keep NOS turned on after the following events (default 'on'):
11+
* Picking up a vehicle change pickup while having NOS turned on
12+
* Picking up a nitro pickup while having NOS turned on
13+
* Changing vehicle on a checkpoint while having NOS turned on
14+
15+
/move_nosgauge - Enables nos gauge repositioning.
16+
17+
Admins
18+
------
19+
/nosduration &lt;duration in seconds&gt; - Sets the total duration of a NOS charge.
20+
21+
/nosrechargedelay &lt;delay in seconds&gt; - Sets the delay before the player can use the next NOS recharge. A negative value means no recharge.
22+
23+
/nosrechargeduration &lt;duration in seconds&gt; - Sets the duration for the gradual NOS recharge. A value of zero means instant recharge.
24+
25+
/nosonrespawn [on|off] - Sets whether to keep a NOS charge when the player dies. Default is off.
26+
27+
/nosonchange [on|off] - Sets whether to keep a NOS charge when the player changes vehicle. Default is off.
28+
</help>

0 commit comments

Comments
 (0)