AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [L4D2] Zoom Level (https://forums.alliedmods.net/showthread.php?t=317993)

BHaType 08-08-2019 04:35

[L4D2] Zoom Level
 
3 Attachment(s)
Description:
Now everyone can change zoom level for snipers.

Example:
Click...

sm_zoom - to change zoom level.

Note:
You can add your own zoom levels or add more.

You just need to edit the source code
PHP Code:

static const int g_iLevels[] =
{
    
5,
    
20,
    
35,
    
50,
    
65
}; 

IMPORTANT:
Need DHOOKS to work this plugin.

mikaelangelis 08-08-2019 13:58

Re: [L4D2] Zoom Level
 
failed to compile :<

BHaType 08-08-2019 14:09

Re: [L4D2] Zoom Level
 
Quote:

Originally Posted by mikaelangelis (Post 2662505)
failed to compile :<

Added .smx

mikaelangelis 08-08-2019 15:55

Re: [L4D2] Zoom Level
 
Quote:

Originally Posted by BHaType (Post 2662508)
Added .smx

nice :) anyway is there any scope upgrade plugin for other weapons (like a pistol can use sniper scope, or assault rifle can use sniper scope too) because there are mods of model weapons with scope attached. I heard they need extension or sdkhooks to do

BHaType 08-09-2019 05:26

Re: [L4D2] Zoom Level
 
Quote:

Originally Posted by mikaelangelis (Post 2662532)
nice :) anyway is there any scope upgrade plugin for other weapons (like a pistol can use sniper scope, or assault rifle can use sniper scope too) because there are mods of model weapons with scope attached. I heard they need extension or sdkhooks to do

https://forums.alliedmods.net/showthread.php?t=127070

TBK Duy 01-20-2020 02:48

Re: [L4D2] Zoom Level
 
Can you add like when you zoomed you press E and the zoom increase untill back to normal

Dragokas 01-20-2020 13:06

Re: [L4D2] Zoom Level
 
Nice plugin :)

a2121858 09-29-2020 11:52

Re: [L4D2] Zoom Level
 
Hello, BHaType, the updated signature is damaged. Could you please fix it? thank you.

Code:

[SM] Exception reported: Could not load the "CGetFov" gamedata signature.

SDArt 09-29-2020 21:21

Re: [L4D2] Zoom Level
 
Yes it is broken got this message:

[SM] Unable to load plugin "l4d2_zoom_level.smx": Error detected in plugin startup

BHaType 09-30-2020 02:01

Re: [L4D2] Zoom Level
 
Updated GameData

- Fixed signature


All times are GMT -4. The time now is 12:58.

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