.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Common Questions (http://forums.bots-united.com/forumdisplay.php?f=51)
-   -   Server crash on map change (I've search about this) (http://forums.bots-united.com/showthread.php?t=7106)

xbatista 14-05-2009 21:41

Server crash on map change (I've search about this) Need help.
 
Hi!
I'm running PodBots on Linux server with AMXX 1.8.1 the latest and podbots the latest version.
All running good without any errors, but why server crashed on map change?
Crash when I'm using podbots.
And I'm new here, I've searched about this ,but found nothing that would help to me :(

xbatista 15-05-2009 11:23

Re: Server crash on map change (I've search about this)
 
1 Attachment(s)
Here some screenies on Windows.
BTW thats not problem in fakemeta.

KWo 19-05-2009 22:14

Re: Server crash on map change (I've search about this)
 
Even if it crashes only with bots, it clearly says it crashes in fakemeta module. Try to use other bots to see if the crash happens, too. I mean You should use other metamod bots for tests - like yapb or epodbot. CZERO bots aren't metamod bots, so if the test with them passes OK, it really says nothing, because they are working different way. In my opinion some specific function in fakemeta (I cannot say which one) probably doesn't support bots, so that's why it crashes. You will see that after making more tests with other bots.

xbatista 21-05-2009 21:17

Re: Server crash on map change (I've search about this)
 
Okey thanks, but those bots what you are suggested to use it's just an additional plug-in for PODBOTSMM :bored: Or it's a new bots?
P.S. Not CZERO,cstrike I'm using :)

And where find YAPB linux file dll?

KWo 22-05-2009 00:04

Re: Server crash on map change (I've search about this)
 
Quote:

Originally Posted by xbatista (Post 59989)
Okey thanks, but those bots what you are suggested to use it's just an additional plug-in for PODBOTSMM :bored: Or it's a new bots?
P.S. Not CZERO,cstrike I'm using :)

And where find YAPB linux file dll?

They are different bots. Try to look somewhere here.

xbatista 22-05-2009 13:04

Re: Server crash on map change (I've search about this)
 
Yea I look,but LINKS are dead.
And KWo can you make maybe in new version,more support for AMXX? for all modules :) :cyclops:

xbatista 23-05-2009 14:32

Re: Server crash on map change (I've search about this)
 
Okey can this crash server?
PHP Code:

public respawn_player(id)
{
    
// Disconnected, already spawned, or switched to Spectator
    
if (!is_user_connected(id) || is_user_alive(id) )
        return;
    

    
// Try to spawn the player setting the appropiate dead flag and forcing a think
    
set_pev(idpev_deadflagDEAD_RESPAWNABLE)
    
dllfunc(DLLFunc_Thinkid)

    
// Fix for CZ Bots: DLLFunc_Think won't work on them,
    // but DLLFunc_Spawn does the job without any bugs.
    // (for some reason I'm not suprised...)
    
if (is_user_bot(id) && pev(idpev_deadflag) == DEAD_RESPAWNABLE)
    {
        
dllfunc(DLLFunc_Spawnid)
    }



KWo 23-05-2009 23:15

Re: Server crash on map change (I've search about this)
 
I can't answer that until I'll check it my-self. But since I don't have time to test it, I would suggest to ask that question on AMX X forum.

xbatista 24-05-2009 20:19

Re: Server crash on map change (I've search about this)
 
KWo YPB bots have linux file? .so? I seen in package only .dll :/

KWo 25-05-2009 00:13

Re: Server crash on map change (I've search about this)
 
It should have also a i386.so binary...
Did You try this location?


All times are GMT +2. The time now is 14:53.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.