Garry's Mod

Garry's Mod

STRaidKit Redux Rewrite
Ergebnisse 1–10 von 12
< 1  2 >
Update: 6. Mrz. 2023 um 9:26

moved where fonts are created (prevents crashes?)

Update: 21. Dez. 2022 um 11:49

secured and fixed teleporting

Update: 27. Jun. 2022 um 18:41

base_gmodentity -> base_anim

Update: 18. Sep. 2021 um 11:37

added point lost hooks, https://sweptthr.one/docs/straidkit_redux_rewrite

Update: 4. Mai 2021 um 19:16

fixed changing a point's settings disallowing capture

Update: 20. Apr. 2021 um 19:03

actually added ply to the team point

Update: 20. Apr. 2021 um 19:02

new hooks: STRKRR_OnStartCapture( ent, ply ) and STRKRR_OnStartTeamCapture( ent, teamPlayers, team, ply )

do something and return false to prevent starting capture

Update: 19. Apr. 2021 um 21:40

added teleport abilities to all players, if the convar is on

there is now only one convar: sv_strk_allowtp, which controls whether or not ALL players can teleport among control points they or their team owns. this can be done by hitting e on the control point if you or your team owns it.

to edit points, you must now be an admin and hit alt+e on the point to edit it.

Update: 27. Jan. 2021 um 17:14

Added hooks when points are taken.

Update: 18. Jan. 2021 um 16:43

Rewrote the whole addon to make it actually do what I said the redux did