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

Subplugin Submission [ZP] CSO In-Game Theme ( Version 5.5 )


Post New Thread Reply   
 
Thread Tools Display Modes
jc980
Veteran Member
Join Date: Jan 2010
Location: God is with us...
Old 05-17-2011 , 11:14   Re: [ZP] CSO In-Game Theme ( Version 5.0 )
Reply With Quote #101

did you change the include?

<zombieplague>

to

<"ZPA's Include Name">
__________________
jc980 is offline
almantsas
Member
Join Date: Apr 2009
Old 05-17-2011 , 11:20   Re: [ZP] CSO In-Game Theme ( Version 5.0 )
Reply With Quote #102

Now i have only this error:
Code:
L 05/17/2011 - 17:10:04: [AMXX] Displaying debug trace (plugin "zp_cso_theme.amxx")
L 05/17/2011 - 17:10:04: [AMXX] Run time error 4: index out of bounds 
L 05/17/2011 - 17:10:04: [AMXX]    [0] zp_cso_theme.sma::zp_cso_hud_info (line 1348)
almantsas is offline
jc980
Veteran Member
Join Date: Jan 2010
Location: God is with us...
Old 05-17-2011 , 11:24   Re: [ZP] CSO In-Game Theme ( Version 5.0 )
Reply With Quote #103

Quote:
Originally Posted by almantsas View Post
Now i have only this error:
Code:
L 05/17/2011 - 17:10:04: [AMXX] Displaying debug trace (plugin "zp_cso_theme.amxx")
L 05/17/2011 - 17:10:04: [AMXX] Run time error 4: index out of bounds 
L 05/17/2011 - 17:10:04: [AMXX]    [0] zp_cso_theme.sma::zp_cso_hud_info (line 1348)
zp_evo_lvl[id]

to

zp_evo_lvl

change it.
__________________
jc980 is offline
almantsas
Member
Join Date: Apr 2009
Old 05-17-2011 , 11:35   Re: [ZP] CSO In-Game Theme ( Version 5.0 )
Reply With Quote #104

New error:
Code:
L 05/17/2011 - 18:32:39: [AMXX] Displaying debug trace (plugin "zp_cso_theme.amxx")
L 05/17/2011 - 18:32:39: [AMXX] Run time error 4: index out of bounds 
L 05/17/2011 - 18:32:39: [AMXX]    [0] zp_cso_theme.sma::zp_cso_hud_info (line 1369)
Line 1369:
Code:
    get_user_name(id, zp_username[id], charsmax(zp_username))
almantsas is offline
jc980
Veteran Member
Join Date: Jan 2010
Location: God is with us...
Old 05-17-2011 , 11:43   Re: [ZP] CSO In-Game Theme ( Version 5.0 )
Reply With Quote #105

Quote:
Originally Posted by almantsas View Post
New error:
Code:
L 05/17/2011 - 18:32:39: [AMXX] Displaying debug trace (plugin "zp_cso_theme.amxx")
L 05/17/2011 - 18:32:39: [AMXX] Run time error 4: index out of bounds 
L 05/17/2011 - 18:32:39: [AMXX]    [0] zp_cso_theme.sma::zp_cso_hud_info (line 1369)
Line 1369:
Code:
    get_user_name(id, zp_username[id], charsmax(zp_username))
remove [31] from zp_username[32][31]. and change it.
__________________
jc980 is offline
almantsas
Member
Join Date: Apr 2009
Old 05-17-2011 , 11:51   Re: [ZP] CSO In-Game Theme ( Version 5.0 )
Reply With Quote #106

Still error:
Code:
L 05/17/2011 - 18:47:58: [AMXX]    [0] zp_cso_theme.sma::zp_cso_hud_info (line 1369)
L 05/17/2011 - 18:47:59: [AMXX] Displaying debug trace (plugin "zp_cso_theme.amxx")
L 05/17/2011 - 18:47:59: [AMXX] Run time error 4: index out of bounds 
L 05/17/2011 - 18:47:59: [AMXX]    [0] zp_cso_theme.sma::zp_cso_hud_info (line 1369)
Line 1369:
Code:
    get_user_name(id, zp_username[id], charsmax(zp_username))
almantsas is offline
jc980
Veteran Member
Join Date: Jan 2010
Location: God is with us...
Old 05-17-2011 , 11:58   Re: [ZP] CSO In-Game Theme ( Version 5.0 )
Reply With Quote #107

Quote:
Originally Posted by almantsas View Post
Still error:
Code:
L 05/17/2011 - 18:47:58: [AMXX]    [0] zp_cso_theme.sma::zp_cso_hud_info (line 1369)
L 05/17/2011 - 18:47:59: [AMXX] Displaying debug trace (plugin "zp_cso_theme.amxx")
L 05/17/2011 - 18:47:59: [AMXX] Run time error 4: index out of bounds 
L 05/17/2011 - 18:47:59: [AMXX]    [0] zp_cso_theme.sma::zp_cso_hud_info (line 1369)
Line 1369:
Code:
    get_user_name(id, zp_username[id], charsmax(zp_username))
after removal of [31] remove [id]
__________________
jc980 is offline
almantsas
Member
Join Date: Apr 2009
Old 05-17-2011 , 12:02   Re: [ZP] CSO In-Game Theme ( Version 5.0 )
Reply With Quote #108

Now no errors, thank you. You god!
almantsas is offline
almantsas
Member
Join Date: Apr 2009
Old 05-17-2011 , 12:07   Re: [ZP] CSO In-Game Theme ( Version 5.0 )
Reply With Quote #109

New error :/
Code:
L 05/17/2011 - 19:04:59: [AMXX] Displaying debug trace (plugin "zp_cso_theme.amxx")
L 05/17/2011 - 19:04:59: [AMXX] Run time error 4: index out of bounds 
L 05/17/2011 - 19:04:59: [AMXX]    [0] zp_cso_theme.sma::zp_cso_death (line 947)
L 05/17/2011 - 19:05:14: Invalid cellvector handle provided (122:212:1)
Line 947:
Code:
        iKills[iKiller] = zp_cso_kill_lvl[iKiller]
and:
Code:
L 05/17/2011 - 19:06:34: Invalid player id 0
L 05/17/2011 - 19:06:34: [AMXX] Displaying debug trace (plugin "zp_cso_theme.amxx")
L 05/17/2011 - 19:06:34: [AMXX] Run time error 10: native error (native "get_user_weapon")
L 05/17/2011 - 19:06:34: [AMXX]    [0] zp_cso_theme.sma::zp_cso_death (line 892)
line 892:
Code:
    new iClip, iAmmo, iWeapon = get_user_weapon(iKiller, iClip, iAmmo)
almantsas is offline
jc980
Veteran Member
Join Date: Jan 2010
Location: God is with us...
Old 05-17-2011 , 12:08   Re: [ZP] CSO In-Game Theme ( Version 5.0 )
Reply With Quote #110

Quote:
Originally Posted by jc980 View Post
zp_evo_lvl[id]

to

zp_evo_lvl

change it.
same method.
__________________
jc980 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 16:22.


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