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