Garry's Mod

Garry's Mod

STRaidKit Redux Rewrite
Menampilkan1-10 dari 12 kiriman
< 1  2 >
Pembaruan: 6 Mar 2023 @ 9:26am

moved where fonts are created (prevents crashes?)

Pembaruan: 21 Des 2022 @ 11:49am

secured and fixed teleporting

Pembaruan: 27 Jun 2022 @ 6:41pm

base_gmodentity -> base_anim

Pembaruan: 18 Sep 2021 @ 11:37am

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

Pembaruan: 4 Mei 2021 @ 7:16pm

fixed changing a point's settings disallowing capture

Pembaruan: 20 Apr 2021 @ 7:03pm

actually added ply to the team point

Pembaruan: 20 Apr 2021 @ 7:02pm

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

do something and return false to prevent starting capture

Pembaruan: 19 Apr 2021 @ 9:40pm

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.

Pembaruan: 27 Jan 2021 @ 5:14pm

Added hooks when points are taken.

Pembaruan: 18 Jan 2021 @ 4:43pm

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