Garry's Mod
STRaidKit Redux Rewrite
Mostrando 1-10 de 12 aportaciones
< 1  2 >
Actualización: 6 MAR 2023 a las 9:26

moved where fonts are created (prevents crashes?)

Actualización: 21 DIC 2022 a las 11:49

secured and fixed teleporting

Actualización: 27 JUN 2022 a las 18:41

base_gmodentity -> base_anim

Actualización: 18 SEP 2021 a las 11:37

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

Actualización: 4 MAY 2021 a las 19:16

fixed changing a point's settings disallowing capture

Actualización: 20 ABR 2021 a las 19:03

actually added ply to the team point

Actualización: 20 ABR 2021 a las 19:02

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

do something and return false to prevent starting capture

Actualización: 19 ABR 2021 a las 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.

Actualización: 27 ENE 2021 a las 17:14

Added hooks when points are taken.

Actualización: 18 ENE 2021 a las 16:43

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