Raised This Month: $ Target: $400
 0% 

3D Person Cam


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   ALL        Category:   Admin Commands       
glorian
BANNED
Join Date: Mar 2009
Location: Surfplace.se
Old 04-12-2009 , 13:38   3D Person Cam
Reply With Quote #1

Delete!


Last edited by glorian; 04-12-2009 at 13:45.
glorian is offline
Send a message via MSN to glorian
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 04-12-2009 , 13:40   Re: 3D Person Cam
Reply With Quote #2

Code:
Plugin failed to compile! Please try contacting the author.Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team

/home/groups/amxmodx/compiler3/core(0) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(2) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(3) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(4) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(7) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(8) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(9) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(10) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(11) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(12) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(13) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(14) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(15) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(16) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(17) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(19) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(20) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(21) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(22) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(23) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(24) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(25) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(26) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(27) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(28) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(29) : error 075: input line too long (after substitutions)

Compilation aborted. 
26 Errors.
Way to go.
__________________
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
glorian
BANNED
Join Date: Mar 2009
Location: Surfplace.se
Old 04-12-2009 , 13:45   Re: 3D Person Cam
Reply With Quote #3

Oh i change wrong line on in the plugin :S
glorian is offline
Send a message via MSN to glorian
Reaper2331
Veteran Member
Join Date: Nov 2006
Location: Columbus,Ohio
Old 04-12-2009 , 13:45   Re: 3D Person Cam
Reply With Quote #4

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
glorian
BANNED
Join Date: Mar 2009
Location: Surfplace.se
Old 04-12-2009 , 13:46   Re: 3D Person Cam
Reply With Quote #5

Thansk reaper
glorian is offline
Send a message via MSN to glorian
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 07:49.


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