NPC PluginCommands: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
</poem>
</poem>
<source>
<source>
eg.
start record player
plgncmd 0x3b457A01 1 3 car_test 60
plgncmd 0x3b457A01 1 3 car_test 60
start recording player 1, recording type=3, filename=car_test, flags=60
</source>
<poem>
*0x3b457A02
</poem>
<source>
stop record player
plgncmd 0x3b457A02 1
start recording player 1
</source>
<poem>
*0x3b457A03
</poem>
<source>
start record all
plgncmd 0x3b457A03 3 60 1
recording type=3, flags=60, newplayers=1 means when other players connected, they will also be automatically recorded
</source>
<poem>
*0x3b457A04
</poem>
<source>
stop all
plgncmd 0x3b457A04
stop all recording
</source>
<poem>
*0x3b457A05
</poem>
<source>
server record
plgncmd 0x3b457A05 3 60 christmas_event
recording type=3, flags=60, hrec filename=christmas_event
</source>
<poem>
*0x3b457A06
</poem>
<source>
stop server record
plgncmd 0x3b457A05
stop server record. This will stop all recordings.
</source>
</source>

Revision as of 13:42, 8 January 2024

  • 0x3b457A01
start record player 
plgncmd 0x3b457A01 1 3 car_test 60
start recording player 1, recording type=3, filename=car_test, flags=60
  • 0x3b457A02
stop record player 
plgncmd 0x3b457A02 1 
start recording player 1
  • 0x3b457A03
start record all
plgncmd 0x3b457A03 3 60 1
recording type=3, flags=60, newplayers=1 means when other players connected, they will also be automatically recorded
  • 0x3b457A04
stop all 
plgncmd 0x3b457A04
stop all recording
  • 0x3b457A05
server record
plgncmd 0x3b457A05 3 60 christmas_event
recording type=3, flags=60, hrec filename=christmas_event
  • 0x3b457A06
stop server record 
plgncmd 0x3b457A05
stop server record. This will stop all recordings.