You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a new hook GM:TTT2ModifyRadioTarget to modify the current radio target
Added documentation to all hooks
Fixed
Fixed the reset button not working for Sliders in the F1 Menu
Fixed defuser only working for detectives
Fixed some weapon packs like ArcCW to be working again, weapons are now initialized with ttt2 variables after the InitPostEntity hook Note: This might only take effect after a reinstall or a reset of the server; if you don't want to reset your server, you have to change the spawnability manually in the equipment editor or delete the sql table "ttt2_items" of the sv.db to force a reset only on equipment
Changed
Changed the Sliders to only update after dragging ends, no matter where you clicked on the slider before dragging
Changed TTTPlayerUsedHealthStation hook, return false to cancel health regeneration tick
Changed all C4 hooks to be cancelable
Removed
Removed old concommand shopeditor and the old shopeditor
Breaking Changes
Renamed hook GM:TTT2CheckWeaponForID to GM:TTT2RegisterWeaponID better fitting its purpose as its probably nowhere used yet anyway
This discussion was created from the release v0.10.2b.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Added
GM:TTT2ModifyRadioTarget
to modify the current radio targetFixed
InitPostEntity
hookNote: This might only take effect after a reinstall or a reset of the server; if you don't want to reset your server, you have to change the spawnability manually in the equipment editor or delete the sql table "ttt2_items" of the sv.db to force a reset only on equipment
Changed
TTTPlayerUsedHealthStation
hook, returnfalse
to cancel health regeneration tickRemoved
shopeditor
and the old shopeditorBreaking Changes
GM:TTT2CheckWeaponForID
toGM:TTT2RegisterWeaponID
better fitting its purpose as its probably nowhere used yet anywayThis discussion was created from the release v0.10.2b.
Beta Was this translation helpful? Give feedback.
All reactions