Garry's Mod
STRaidKit Redux Rewrite
Показані результати 1–10 із 12
< 1  2 >
Оновлено: 6 берез. 2023 о 9:26

moved where fonts are created (prevents crashes?)

Оновлено: 21 груд. 2022 о 11:49

secured and fixed teleporting

Оновлено: 27 черв. 2022 о 18:41

base_gmodentity -> base_anim

Оновлено: 18 верес. 2021 о 11:37

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

Оновлено: 4 трав. 2021 о 19:16

fixed changing a point's settings disallowing capture

Оновлено: 20 квіт. 2021 о 19:03

actually added ply to the team point

Оновлено: 20 квіт. 2021 о 19:02

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

do something and return false to prevent starting capture

Оновлено: 19 квіт. 2021 о 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.

Оновлено: 27 січ. 2021 о 17:14

Added hooks when points are taken.

Оновлено: 18 січ. 2021 о 16:43

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