
π£οΈCommands
This script has some commands players and admin can use in certain circumstances
FixProp - this command clears any props that are stuck to the player
CancelChop - this cancels the current chop shop mission
CancelExport - this cancels the current export mission
ChopRank - this can be used by players to display their chop shop reputation levels
ChopAdmin - this can only be used by admins and displays individual players information and reputation levels for each chop shop
Commands = { -- list of commands used in this script
FixProp = 'fixchopprop', -- command used if props are stuck to a player or they get arrested whilst having a vehicle prop attached
CancelChop = 'cancelchop', -- command used to cancel a chop shop mission
CancelExport = 'cancelexport', -- command used to cancel a vehicle export mission
ChopRank = 'choprank', -- command used to display players chop shop reputation level
ChopAdmin = 'chopadmin', -- command used to open chop shop admin menu displaying player reputation levels
},
Last updated