Raised This Month: $ Target: $400
 0% 

Adjusting First Person Camera


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
........
BANNED
Join Date: Jul 2009
Old 07-29-2009 , 00:16   Re: Adjusting First Person Camera
Reply With Quote #3

Quote:
Originally Posted by jim_yang View Post
Code:
#include <amxmodx>
#include <fakemeta>
 
#define PLUGIN "Test"
#define AUTHOR "Jim"
#define VERSION "1.0"
 
public plugin_init()
{
    register_plugin(PLUGIN, VERSION, AUTHOR)
    register_clcmd("test", "test")
}
 
public test(id)
{
    new Float:ofs[3]
    pev(id, pev_view_ofs, ofs)
    ofs[2] -= 8.0
    set_pev(id, pev_view_ofs, ofs)
    return 1
}
I don't know if this is what you want
Thank you very much
........ is offline
 



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 18:26.


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