Raised This Month: $12 Target: $400
 3% 

Fall death camera effect


Post New Thread Reply   
 
Thread Tools Display Modes
ChillerX
Member
Join Date: Dec 2022
Old 02-01-2023 , 19:26   Re: Fall death camera effect
Reply With Quote #11

This is the closest that comes in mind https://forums.alliedmods.net/showthread.php?t=83767.
ChillerX is offline
sebxx4
Senior Member
Join Date: Feb 2013
Old 02-03-2023 , 03:53   Re: Fall death camera effect
Reply With Quote #12

Yes, this is the camera effect I wanted. But it only works when player is dead.
Eg this doesn't work:

PHP Code:
#include <amxmodx>
#include <fakemeta>

#define PLUGIN_NAME    "First Person Death"
#define PLUGIN_VERSION "1.0"
#define PLUGIN_AUTHOR  "Numb"

public plugin_init()
{
    
register_plugin(PLUGIN_NAMEPLUGIN_VERSIONPLUGIN_AUTHOR);
    
    
register_clcmd("say /test""test");
}

public 
test(iPlrId)
{
    
set_pev(iPlrIdpev_iuser10);

How can I set this camera for alive player? He must be dead to execute it, or what?
sebxx4 is offline
Natsheh
Veteran Member
Join Date: Sep 2012
Old 02-03-2023 , 07:52   Re: Fall death camera effect
Reply With Quote #13

Create an entity, move it respectively to your decisions in entity think, use attach_view on player to the entity
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !

Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
sebxx4
Senior Member
Join Date: Feb 2013
Old 02-03-2023 , 09:17   Re: Fall death camera effect
Reply With Quote #14

Well, this is some way to make it. Thank you.
sebxx4 is offline
Reply


Thread Tools
Display Modes

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 15:51.


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