Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- * Add functions to retrieve weapon reload times (can be used to make reload progress bars)
- The "Full" variants return the time for a full reload, while the others return the time for reload cancels.
- Functions:
- weapon.reloadTime(EquipPoint)
- weapon.reloadTimeFull(EquipPoint)
- currentWeapon.reloadTimeFull()
- currentWeapon.reloadTimeFull()
- * Add functions for setting gamma and sensitivity. Sensitivity can be used to make a far better chain hero script.
- Functions:
- gamma(gamma)
- sensitivity(sens)
- * Add functions for say and teamsay (route ETA scripts)
- Functions:
- say(text)
- teamsay(text)
- * Add function to retrieve a table of scoreboard data (for custom scoreboards obviously)
- Function: game.players()
- * Add lua function for opening the console with pre-entered text
- Function: openConsole(text)
- * Add function to retrieve a table of the currently loaded route names
- Function: route.getTable()
- * Add function to retrieve a table of file names
- Function: getFileList(path) -- The path is relative to the tribes config folder
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement