cl_mouse_max_distance
should be 400, min is for the middleselect
race.Map,
race.Name,
race.Time,
race.Timestamp,
race.Server
from
race
join maps on race.map = maps.map
where
maps.Server = "Fun"
and race.Name = "Gazebr"
and race.Timestamp >= "2023-01-01";
cl_dummy 1; cl_dummy 0
so that it switches your dummys weapon back everytime you hit this bind (edited)select
race.Map,
race.Name,
race.Time,
race.Timestamp,
race.Server
from
race
join maps on race.map = maps.map
where
maps.Server = "Fun"
and race.Name = "Gazebr"
and race.Timestamp >= "2023-01-01";
SELECT Name, COUNT(*) FROM teamrace
WHERE ID IN (
SELECT ID FROM teamrace
WHERE Name = 'DefaultO'
) AND Name NOT LIKE 'DefaultO'
GROUP BY Name
ORDER BY COUNT(*) DESC
(edited)AS Finishes
behind the first COUNT(*)
concat
to append text to something. (edited)bind x exec deepfly_on.cfg
bind w "+fire; +toggle cl_dummy_hammer "1 0"
TO bind w "+fire; +toggle cl_dummy_hammer 1 0"
) (edited)bind w "+fire; +toggle cl_dummy_hammer "1 0"
TO bind w "+fire; +toggle cl_dummy_hammer 1 0"
) (edited)exec deepfly_on.cfg
in f1bind c exec deepfly_on.cfg
in deepfly_on.cfg change last line to bind c exec deepfly_off.cfg
bind c exec deepfly_on.cfg
in deepfly_on.cfg change last line to bind c exec deepfly_off.cfg