Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias weapon_fovs [120 120 120 120 120 120 " " 120 120]
- alias set_fov [
- if (= $prevweapon (curweapon)) [] [
- fov (at $weapon_fovs (curweapon))
- ]
- sleep 0 [set_fov]
- ]
- if (strstr $mapstartalways set_fov) [] [add2alias mapstartalways [set_fov]]
Advertisement
Add Comment
Please, Sign In to add comment