Bukz

Variable FOV Script Concept

Mar 6th, 2011
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. alias weapon_fovs [120 120 120 120 120 120 " " 120 120]
  2. alias set_fov [
  3.   if (= $prevweapon (curweapon)) [] [
  4.     fov (at $weapon_fovs (curweapon))
  5.   ]
  6.   sleep 0 [set_fov]
  7. ]
  8. if (strstr $mapstartalways set_fov) [] [add2alias mapstartalways [set_fov]]
Advertisement
Add Comment
Please, Sign In to add comment