AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY] FoV (Field of View) (https://forums.alliedmods.net/showthread.php?t=134245)

Mecha the Slag 08-02-2010 13:40

[ANY] FoV (Field of View)
 
1 Attachment(s)
Simple plugin that can modify FoV on any client. The default is 75.

sm_fov <#userid|name> [value] - Sets a player's FoV
fov_version - Current plugin version

Afronanny 08-20-2010 16:51

Re: [ANY] FoV (Field of View)
 
It's sm_fov, not sm_pov, in case anyone can't get sm_pov to work.

Matthias Vance 08-22-2010 05:26

Re: [ANY] FoV (Field of View)
 
  • Your IsValidClient() can be replaced by IsClientInGame().
  • In your OnGameFrame() hook, you check for IsValidClient(), do a lot of stuff, and then check if it's alive. You should do the alive check sooner.
  • You are setting "g_CVof" only once, and then checking against it, while it will never change.

Mecha the Slag 08-29-2010 03:18

Re: [ANY] FoV (Field of View)
 
Quote:

Originally Posted by Matthias Vance (Post 1278539)
  • You are setting "g_CVof" only once, and then checking against it, while it will never change.

don't get what you mean by this, but the rest has been fixed

xomp 01-14-2011 20:31

Re: [ANY] FoV (Field of View)
 
The commands don't seem to target players correctly. I just did /sm_fov "player" 100 and it changed everyone in the server's FOV. Same case for /sm_fov @me 100.

SHAREN 01-22-2012 04:58

Re: [ANY] FoV (Field of View)
 
http://steamcommunity.com/id/renat4/...73792746719299
http://steamcommunity.com/id/renat4/...73792746698388
http://steamcommunity.com/id/renat4/...73792746709109

weapons models only works on fov 90

minimoney1 01-22-2012 21:07

Re: [ANY] FoV (Field of View)
 
Wouldn't this get you banned on SMAC?

FroGeX 01-04-2021 13:24

Re: [ANY] FoV (Field of View)
 
still works?

AePT 01-04-2021 13:40

Re: [ANY] FoV (Field of View)
 
Quote:

Originally Posted by FroGeX (Post 2731318)
still works?

Yes sir, it still works.

Greetings! :3

XHUNTERX 01-05-2021 00:04

Re: [ANY] FoV (Field of View)
 
Quote:

sm_fov.sp
//
// J:\sourcemod-1.10.0-git6488-windows\addons\sourcemod\scripting\sm_fov.sp( 29) : warning 234: symbol "FCVAR_PLUGIN" is marked as deprecated: No logic using this flag ever existed in a released game. It only ever appeared in the first hl2sdk.


All times are GMT -4. The time now is 07:08.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.