Raised This Month: $ Target: $400
 0% 

Run time error 10: native error (native "set_user_health")


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Wuu
Member
Join Date: Apr 2008
Old 06-23-2010 , 07:06   Re: Run time error 10: native error (native "set_user_health")
Reply With Quote #4

Thanks! Its works, but now i get this.

Code:
public plugin_init() {
    register_logevent("eExplodedBomb", 6, "3=Target_Bombed")
Code:
 					L 06/23/2010 - 12:47:18: [AMXX] Displaying debug trace (plugin "modern_boost.amxx")
L 06/23/2010 - 12:47:18: [AMXX] Run time error 10: native error (native "parse_loguser")
L 06/23/2010 - 12:47:18: [AMXX]    [0] modern_boost.sma::get_loguser_index (line 496)
L 06/23/2010 - 12:47:18: [AMXX]    [1] modern_boost.sma::eExplodedBomb (line 233)
Code:
public eExplodedBomb () {
    new id = get_loguser_index()
    client_cmd(0, "spk ^"misc/bombe^"")
    set_hudmessage(255, 43, 0, 0.6, -1.0, 0, 6.0, 4.0)
    ShowSyncHudMsg(id, msg1, "Bomb Explode +20 Exp")
     set_exp(id,20,0)
}
Code:
stock get_loguser_index() {
    new loguser[80], name[32]
    read_logargv(0, loguser, 79)
    parse_loguser(loguser, name, 31)
    return get_user_index(name)
}
Wuu 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 14:47.


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