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

.....


Post New Thread Reply   
 
Thread Tools Display Modes
amazingguy
Member
Join Date: Aug 2014
Old 08-17-2014 , 19:38   Re: Help Base Builder 6.5 !
Reply With Quote #11

Same Problem Dude !
Function is not present (function "Respawn_Human") (plugin "basebuilder65.amxx")
L 08/17/2014 - 234:29: [AMXX] Displaying debug trace (plugin "basebuilder65.amxx")
L 08/17/2014 - 234:29: [AMXX] Run time error 10: native error (native "set_task")
L 08/17/2014 - 234:29: [AMXX] [0] basebuilder65.sma::Respawn_Player (line 1090)
amazingguy is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 08-17-2014 , 19:42   Re: Help Base Builder 6.5 !
Reply With Quote #12

Just change the part into this:
PHP Code:
public Respawn_Player(id)
{
    
id-=TASK_RESPAWN
    
    
if (!is_user_connected(id))
        return 
PLUGIN_HANDLED
    
    
if (((g_boolCanBuild || g_boolPrepTime) && cs_get_user_team(id) == CS_TEAM_CT) || cs_get_user_team(id) == CS_TEAM_T)
    {
        
ExecuteHamB(Ham_CS_RoundRespawnid)
        
        
//Loop the task until they have successfully spawned
        
if (!g_isAlive[id])
            
set_task(3.0,"Respawn_Player",id+TASK_RESPAWN)
    }
    return 
PLUGIN_HANDLED

zmd94 is offline
amazingguy
Member
Join Date: Aug 2014
Old 08-17-2014 , 19:54   Re: Help Base Builder 6.5 !
Reply With Quote #13

Problem Still Bro :'(
amazingguy is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 08-17-2014 , 20:08   Re: Help Base Builder 6.5 !
Reply With Quote #14

Maybe, you can just remove this code:
PHP Code:
        //Loop the task until they have successfully spawned
        
if (!g_isAlive[id])
            
set_task(3.0,"Respawn_Player",id+TASK_RESPAWN

Last edited by zmd94; 08-17-2014 at 20:09.
zmd94 is offline
amazingguy
Member
Join Date: Aug 2014
Old 08-17-2014 , 20:44   Re: Help Base Builder 6.5 !
Reply With Quote #15

Quote:
Originally Posted by zmd94 View Post
Maybe, you can just remove this code:
PHP Code:
        //Loop the task until they have successfully spawned
        
if (!g_isAlive[id])
            
set_task(3.0,"Respawn_Player",id+TASK_RESPAWN
Lol this is not a sol Dude
Anyway Thank You
amazingguy is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 08-18-2014 , 01:52   Re: Help Base Builder 6.5 !
Reply With Quote #16

So, this is another solution. Just change the part with this code:
PHP Code:
public Respawn_Player(id)
{
    
id-=TASK_RESPAWN
    
    
if (!is_user_connected(id))
        return 
PLUGIN_HANDLED
    
    
if (((g_boolCanBuild || g_boolPrepTime) && cs_get_user_team(id) == CS_TEAM_CT) || cs_get_user_team(id) == CS_TEAM_T)
    {
        
ExecuteHamB(Ham_CS_RoundRespawnid)
        
        
//Loop the task until they have successfully spawned
        
if (!g_isAlive[id])
            
set_task(3.0,"Respawn_Human",id+TASK_RESPAWN)
    }
    return 
PLUGIN_HANDLED
}

public 
Respawn_Human(id)
{
    if (!
is_user_connected(id))
        return 
PLUGIN_HANDLED
    
    
if (((g_boolCanBuild || g_boolPrepTime) && cs_get_user_team(id) == CS_TEAM_CT) || cs_get_user_team(id) == CS_TEAM_T)
    {
        
ExecuteHamB(Ham_CS_RoundRespawnid)
    }
    return 
PLUGIN_HANDLED

zmd94 is offline
amazingguy
Member
Join Date: Aug 2014
Old 08-18-2014 , 13:41   Re: Help Base Builder 6.5 !
Reply With Quote #17

Fixed. Thank You Brother
amazingguy is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 08-18-2014 , 13:58   Re: Help Base Builder 6.5 !
Reply With Quote #18

Quote:
Fixed.
I'm glad it fixed your problem.

You are welcome. ;)
zmd94 is offline
amazingguy
Member
Join Date: Aug 2014
Old 08-18-2014 , 14:01   Re: Help Base Builder 6.5 !
Reply With Quote #19

Quote:
Originally Posted by zmd94 View Post
I'm glad it fixed your problem.

You are welcome. ;)
amazingguy is offline
amirwolf
Senior Member
Join Date: Feb 2019
Location: Iran
Old 11-16-2022 , 11:46   Re: .....
Reply With Quote #20

I still get this error
Another solution?
__________________
amirwolf is offline
Reply


Thread Tools
Display Modes

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 03:42.


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