ed
This commit is contained in:
parent
c8ce065d61
commit
d7e2f9da39
47 changed files with 680 additions and 2010 deletions
16
resources/[carscripts]/ebu_trailer/readme.md
Normal file
16
resources/[carscripts]/ebu_trailer/readme.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
## ebu_trailer VERSION 6
|
||||
## author: theebu | https://discord.gg/SvxZj2h
|
||||
|
||||
|
||||
## EXPORTS:
|
||||
exports['ebu_trailer']:AttachVeh([vehicle])
|
||||
# [vehicle] is the target car to attach
|
||||
# This runs the attach command to attach to a trailer. The trailer must be in the config
|
||||
|
||||
exports['ebu_trailer']:attachAll([trailer])
|
||||
# [trailer] is the target trailer to attach to
|
||||
# This attaches all vehicles on the target trailer
|
||||
|
||||
exports['ebu_trailer']:detachAll([trailer])
|
||||
# [trailer] is the target trailer to detach from
|
||||
# This detaches all vehicles on the target trailer
|
||||
Loading…
Add table
Add a link
Reference in a new issue