Raised This Month: $ Target: $400
 0% 

Solved Camera


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
blAck.
Member
Join Date: Jun 2018
Old 07-14-2018 , 10:49   Re: Camera
Reply With Quote #1

Quote:
Originally Posted by CrazY. View Post
Here it's working.

Code:
#include <amxmodx> #include <engine> new bool:PlayerInThirdPerson[33]; public plugin_init() {     register_plugin("Camera", "1.0", "blAck")     register_clcmd("say /cam", "setview") } public plugin_precache() {     precache_model("models/rpgrocket.mdl") } public setview(id) {       if (!PlayerInThirdPerson[id])     {         PlayerInThirdPerson[id] = true;         set_view(id, CAMERA_3RDPERSON);     }     else     {         PlayerInThirdPerson[id] = false;         set_view(id, CAMERA_NONE);     }     return PLUGIN_HANDLED; }

Spoiler
Thanks <3
blAck. is offline
Apb hq
Senior Member
Join Date: Apr 2014
Old 07-14-2018 , 15:33   Re: Camera
Reply With Quote #2

Quote:
Originally Posted by blAck. View Post
Thanks <3
Guys i am unable to test it now unfortunately , i wanted to know if this version of plugin has the transparency bug fixed
Thanks in advance

Last edited by Apb hq; 07-14-2018 at 15:33.
Apb hq is offline
Ghosted
Veteran Member
Join Date: Apr 2015
Location: Georgia
Old 07-14-2018 , 16:14   Re: Camera
Reply With Quote #3

Quote:
Originally Posted by Apb hq View Post
Guys i am unable to test it now unfortunately , i wanted to know if this version of plugin has the transparency bug fixed
Thanks in advance
No, for full opacity you need to create your own camera entity.
__________________

[MOD] CS Weapon Mod V1.7.1
[MM] MetaMod-C V1.0
[MOD] CS NPC Mod (5%)


Probably Left AM

Last edited by Ghosted; 07-14-2018 at 16:15.
Ghosted is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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