Raised This Month: $ Target: $400
 0% 

Solved Camera


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Ghosted
Veteran Member
Join Date: Apr 2015
Location: Georgia
Old 07-14-2018 , 10:22   Re: Camera
Reply With Quote #1

Code:
new bool:PlayerInThirdPerson[33];

Code:
public setview(id)
{
	if(!PlayerInThirdPerson[id]) {
		
		set_view(id, CAMERA_3RDPERSON)
		PlayerInThirdPerson[id] = true;
	} else
		
		set_view(id, CAMERA_NONE)
		PlayerInThirdPerson[id] = false;
	}

	return PLUGIN_HANDLED
}
__________________

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


Probably Left AM
Ghosted is offline
blAck.
Member
Join Date: Jun 2018
Old 07-14-2018 , 10:31   Re: Camera
Reply With Quote #2

Quote:
Originally Posted by Ghosted View Post
Code:
new bool:PlayerInThirdPerson[33];

Code:
public setview(id)
{
	if(!PlayerInThirdPerson[id]) {
		
		set_view(id, CAMERA_3RDPERSON)
		PlayerInThirdPerson[id] = true;
	} else
		
		set_view(id, CAMERA_NONE)
		PlayerInThirdPerson[id] = false;
	}

	return PLUGIN_HANDLED
}
It won't work.
blAck. 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