Raised This Month: $ Target: $400
 0% 

3D Person Cam


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Reaper2331
Veteran Member
Join Date: Nov 2006
Location: Columbus,Ohio
Old 04-12-2009 , 13:45   Re: 3D Person Cam
Reply With Quote #3

the compiling error should only be because he defined these
PHP Code:
#define "1.0"
#define "Glorian" 
should be
PHP Code:
#define PLUGIN "3dperson"
#define VERSION "1.0"
#define AUTHOR "Glorian" 
and also they didnt register the plugin
PHP Code:
 public plugin_init()
    {
        
register_plugin(PLUGINVERSIONAUTHOR)
        
register_clcmd"say /cam""cmdCam" );
        
register_forwardFM_Think"Think_PlayerCamera" );
    } 
__________________

Reaper2331 is offline
Send a message via AIM to Reaper2331 Send a message via MSN to Reaper2331 Send a message via Yahoo to Reaper2331
 



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 00:11.


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