View Single Post
sekac
Senior Member
Join Date: Nov 2016
Old 04-21-2018 , 18:08   Re: Request Delete something in this plugin.
Reply With Quote #6

Quote:
Originally Posted by eNNkds View Post
Code:
L 04/21/2018 - 20:21:29: Info (map "bb_dust2") (file "addons/amxmodx/logs/error_20180421.log")
L 04/21/2018 - 20:21:29: Function is not present (function "radar_scan") (plugin "streak.amxx")
L 04/21/2018 - 20:21:29: [AMXX] Displaying debug trace (plugin "streak.amxx")
L 04/21/2018 - 20:21:29: [AMXX] Run time error 10: native error (native "set_task")
L 04/21/2018 - 20:21:29: [AMXX]    [0] streak.sma::plugin_init (line 51)
Well I don't have time for this now, but try adding this function at the bottom.

PHP Code:
public radar_scan() 

    new 
numplayers[32]; 
    
get_players(playersnum"gh"
    for(new 
i=0i<numi++) 
    { 
        new 
id players[i]; 
        if(!
is_user_alive(id) || !radar[get_user_team(id) == 101]) 
            continue; 
        
        if(!
emp_czasowe
            
radar_continue(id
        else if(
get_user_team(id) == get_user_team(emp_czasowe)) 
            
radar_continue(id
    } 

sekac is offline