Raised This Month: $32 Target: $400
 8% 

Solved I Need Fix Error bug


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Mr_A
Junior Member
Join Date: Nov 2017
Old 10-13-2018 , 16:37   I Need Fix Error bug
Reply With Quote #1

Error Log
Quote:
L 10/13/2018 - 20:53:12: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20181013.log")
L 10/13/2018 - 20:53:12: Function is not present (function "client_connect") (plugin "Level_system2.amxx")
L 10/13/2018 - 20:53:12: [AMXX] Displaying debug trace (plugin "Level_system2.amxx", version "1.3")
L 10/13/2018 - 20:53:12: [AMXX] Run time error 10: native error (native "set_task")
L 10/13/2018 - 20:53:12: [AMXX] [0] text7awglx.sma::ChangeName (line 65)
L 10/13/2018 - 20:53:14: Function is not present (function "client_connect") (plugin "Level_system2.amxx")
L 10/13/2018 - 20:53:14: [AMXX] Displaying debug trace (plugin "Level_system2.amxx", version "1.3")
L 10/13/2018 - 20:53:14: [AMXX] Run time error 10: native error (native "set_task")
L 10/13/2018 - 20:53:14: [AMXX] [0] text7awglx.sma::ChangeName (line 65)
L 10/13/2018 - 21:02:50: Function is not present (function "client_connect") (plugin "Level_system2.amxx")
L 10/13/2018 - 21:02:50: [AMXX] Displaying debug trace (plugin "Level_system2.amxx", version "1.3")
L 10/13/2018 - 21:02:50: [AMXX] Run time error 10: native error (native "set_task")
L 10/13/2018 - 21:02:50: [AMXX] [0] text7awglx.sma::ChangeName (line 65)

Code :
PHP Code:
//------| Change Name |------//
public ChangeName(idbuffer)
{
    if(!
is_user_connected(id))
    return 
FMRES_IGNORED;

    static 
Name[32], Val[32];
    
get_user_name(idNamesizeof Name 1);
    
engfunc(EngFunc_InfoKeyValuebuffer"name"Valsizeof Val 1);
    
    if(
equal(ValName))
    return 
FMRES_IGNORED;
    
    
set_task(0.2"client_connect"id);
    return 
FMRES_SUPERCEDE;

Mr_A is offline
D4rkSiD3Rs
Senior Member
Join Date: Jan 2018
Location: Morocco
Old 10-13-2018 , 17:29   Re: I Need Fix Error bug
Reply With Quote #2

Function is not present
PHP Code:
public client_connect(id
__________________



Last edited by D4rkSiD3Rs; 10-13-2018 at 17:31.
D4rkSiD3Rs is offline
Mr_A
Junior Member
Join Date: Nov 2017
Old 10-13-2018 , 17:51   Re: I Need Fix Error bug
Reply With Quote #3

Quote:
Originally Posted by D4rkSiD3Rs View Post
Function is not present
PHP Code:
public client_connect(id
Ty My Bro
Mr_A 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 00:01.


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