AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   New Plugin Submissions (https://forums.alliedmods.net/forumdisplay.php?f=26)
-   -   [ZP/CSO] Camera Plugin (https://forums.alliedmods.net/showthread.php?t=325832)

undertaker5 07-07-2020 19:39

[ZP/CSO] Camera Plugin
 
1 Attachment(s)
This plugin is for all mods out there, it does even work with CSO mod, which has some advanced models, there's interfering with the old camera plugin where you are transparent.

Quote:

To use it you need to say /cam in the chat and you will get into third person mode to toggle into first person again you just need to type /cam again
Update: I've change the plugin to not affect the chat so you can use a cvar to enable and disable it, to your liking:

amx_camchatpublic_enable 1/0 = 1 is enabled / 0 is disabled.

alferd 07-08-2020 03:02

Re: Camera Plugin
 
PHP Code:

public cmdCam(id
    
Create_PlayerCamera(id

?
What role does this code play in the plugin?

DJEarthQuake 07-08-2020 08:29

Re: Camera Plugin
 
Since there is approved camera plugin already it would be beneficial to explain how this is different and how to use. Is a think needed just to toggle to 3rd person and back?

Camera View Menu 1.1
https://forums.alliedmods.net/showpo...3&postcount=41

OciXCrom 07-08-2020 15:20

Re: Camera Plugin
 
Quote:

Originally Posted by alferd (Post 2709197)
PHP Code:

public cmdCam(id
    
Create_PlayerCamera(id

?
What role does this code play in the plugin?

Useless function that can be incorporated in the command callback itself.

undertaker5 07-10-2020 15:25

Re: Camera Plugin
 
Quote:

Originally Posted by DJEarthQuake (Post 2709237)
Since there is approved camera plugin already it would be beneficial to explain how this is different and how to use. Is a think needed just to toggle to 3rd person and back?

Camera View Menu 1.1
https://forums.alliedmods.net/showpo...3&postcount=41

I know that plugin and it works great, but the thing is if u play cso and you're trying to see the models (both human & zombies) it will not show your player model you're just invisible. I only uploaded this for the people who had the problem in their cso mod.

DJEarthQuake 07-10-2020 17:21

Re: [CSO] Camera Plugin
 
What you did does make it look a lot nicer not going into translucency. Perhaps make the level of translucency a CVAR if you think it is worth developing in. Maybe drop the cross-hair in that mode and possibly add a tracer or whatever you think for the bullet since it is psychologically confusing for many players with the player and cross-hair intersecting. That would make your plugin much more unique and useful I think.

undertaker5 07-11-2020 12:49

Re: [CSO] Camera Plugin
 
Quote:

Originally Posted by DJEarthQuake (Post 2709600)
What you did does make it look a lot nicer not going into translucency. Perhaps make the level of translucency a CVAR if you think it is worth developing in. Maybe drop the cross-hair in that mode and possibly add a tracer or whatever you think for the bullet since it is psychologically confusing for many players with the player and cross-hair intersecting. That would make your plugin much more unique and useful I think.

I will take that for consideration, thanks for the feedback :wink:


All times are GMT -4. The time now is 23:33.

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