[Release] Season 3 Episode 1 [Hybrid - eRRoR - dsw_pool]

Page 15 of 18 FirstFirst ... 5789101112131415161718 LastLast
Results 211 to 225 of 270
  1. #211
    Account Upgraded | Title Enabled! lexa111 is offline
    MemberRank
    Mar 2006 Join Date
    RussiaLocation
    203Posts

    re: [Release] Season 3 Episode 1 [Hybrid - eRRoR - dsw_pool]

    Server File Link
    Source next time
    Last edited by lexa111; 25-01-13 at 07:38 PM.

  2. #212
    :D Bealex is offline
    MemberRank
    Jan 2010 Join Date
    RomaniaLocation
    349Posts

    re: [Release] Season 3 Episode 1 [Hybrid - eRRoR - dsw_pool]

    Quote Originally Posted by lexa111 View Post
    Server File Link
    Source next time
    what fixes have server files ?

  3. #213
    Account Upgraded | Title Enabled! lexa111 is offline
    MemberRank
    Mar 2006 Join Date
    RussiaLocation
    203Posts

    re: [Release] Season 3 Episode 1 [Hybrid - eRRoR - dsw_pool]

    Source Source

    Quote Originally Posted by Bealex View Post
    what fixes have server files ?
    File source above must be added the most

  4. #214
    Member denisa15 is offline
    MemberRank
    Aug 2010 Join Date
    93Posts

    re: [Release] Season 3 Episode 1 [Hybrid - eRRoR - dsw_pool]

    chan somebadi ghive me script for /gg comand?

  5. #215
    Apprentice badeco85 is offline
    MemberRank
    Mar 2012 Join Date
    5Posts

    re: [Release] Season 3 Episode 1 [Hybrid - eRRoR - dsw_pool]

    pass no 123 up for pass for muserver lexa 11

  6. #216
    Account Upgraded | Title Enabled! lexa111 is offline
    MemberRank
    Mar 2006 Join Date
    RussiaLocation
    203Posts

    re: [Release] Season 3 Episode 1 [Hybrid - eRRoR - dsw_pool]

    Quote Originally Posted by badeco85 View Post
    pass no 123 up for pass for muserver lexa 11
    pass 123 WORK 100 %

  7. #217
    Member Jareksniper is offline
    MemberRank
    Dec 2008 Join Date
    LorenciaLocation
    81Posts

    re: [Release] Season 3 Episode 1 [Hybrid - eRRoR - dsw_pool]



    Files has deadlock and memory leak.

  8. #218
    Enthusiast dodiss is offline
    MemberRank
    Sep 2011 Join Date
    ValhallaLocation
    33Posts

    re: [Release] Season 3 Episode 1 [Hybrid - eRRoR - dsw_pool]

    Link please!!!

  9. #219
    Member DeathArmy is offline
    MemberRank
    Dec 2009 Join Date
    84Posts

    re: [Release] Season 3 Episode 1 [Hybrid - eRRoR - dsw_pool]

    Quote Originally Posted by Jareksniper View Post


    Files has deadlock and memory leak.
    in server files have 5 GS's

  10. #220
    Member qweqweasdasd is offline
    MemberRank
    Nov 2006 Join Date
    BulgariaLocation
    67Posts

    re: [Release] Season 3 Episode 1 [Hybrid - eRRoR - dsw_pool]

    Quote Originally Posted by deatharmy View Post
    in server files have 5 gs's
    In this server files there is 1 GS only. On the image shown above, you can count not 5, but 4 GS. Indeed they are only 1 with same PID.
    Spoiler:
    Понеже "каквото повикало, такова се и обадило", заслужаваш да ти отговоря така: "[1]. във файловете има само 1 gs. [2]. ако успееш правилно да ги преброиш на снимката, там ще ги докараш до 4, а не 5. [3]. това е един и същ gs, с един и същ pid. [4]. тъп си като гъбено семе.". но няма да съм толкова груб и ще ти спестя всичко това.

  11. #221
    :D Bealex is offline
    MemberRank
    Jan 2010 Join Date
    RomaniaLocation
    349Posts

    re: [Release] Season 3 Episode 1 [Hybrid - eRRoR - dsw_pool]

    can someone share last repack of this files ? Thanks

  12. #222
    Account Upgraded | Title Enabled! lexa111 is offline
    MemberRank
    Mar 2006 Join Date
    RussiaLocation
    203Posts

    re: [Release] Season 3 Episode 1 [Hybrid - eRRoR - dsw_pool]

    Quote Originally Posted by Bealex View Post
    can someone share last repack of this files ? Thanks
    as will the time or who do ey realties do I have no free time Sorry

  13. #223
    LiveGuard Software Ltd Mecanik is offline
    MemberRank
    Jan 2012 Join Date
    404 Not FoundLocation
    343Posts

    re: [Release] Season 3 Episode 1 [Hybrid - eRRoR - dsw_pool]

    For denisa15:
    PHP Code:
    char MSGGMCommand[] = "/gg";
    //Global MSG Private
        
    if(!memcmp(&Protocol[13],MSGGMCommand,strlen(MSGGMCommand)))
        {
            
    ChatGMmsg(gObjId,(char*)Protocol+13+strlen(MSGGMCommand));
        } 
    PHP Code:
    void ChatGMmsg(int aIndex,charmsg)
        
    {
        
    //--------------------------------------------------------------------------------------------------------------------
        
    int Activemsg GetPrivateProfileInt("GlobalMSG","Active",1,".\\Aroth.ini");
        
    int MSLevel GetPrivateProfileInt("GlobalMSG","Level",100,".\\Aroth.ini");
       
    //--------------------------------------------------------------------------------------------------------------------
        
    if(aIndex <= OBJECT_MIN && aIndex >= OBJECT_MAX)
            return;
        
    //--------------------------------------------------------------------------------------------------------------------
        
    if(aIndex OBJECT_MAX)
            return;
        
    //--------------------------------------------------------------------------------------------------------------------
        
    OBJECTSTRUCT gObj = (OBJECTSTRUCT*)OBJECT_POINTER(aIndex);
        
    //--------------------------------------------------------------------------------------------------------------------
        
    if(Activemsg==0)
        {
            
    MsgNormal(aIndex,"[GMSYSTEM] : Command disabled.");
            return;
        }
        
    //--------------------------------------------------------------------------------------------------------------------
        
    if(gObj->Authority != 32)
        {    
            
    MsgNormal(aIndex,"[GMSYSTEM] : Command only for GM's");
            return;    
        }
        
    //--------------------------------------------------------------------------------------------------------------------
        
    if(gObj->Level MSLevel)
        {
            
    MsgNormal(aIndex,"[GMSYSTEM] : You need %d level to use command.",MSLevel);
            return;
        }
        
    //--------------------------------------------------------------------------------------------------------------------
            
    MsgAll("[%s]: %s",gObj->Name,msg);


    Lexa111: your files are rubbish.

  14. #224
    Member Jareksniper is offline
    MemberRank
    Dec 2008 Join Date
    LorenciaLocation
    81Posts

    re: [Release] Season 3 Episode 1 [Hybrid - eRRoR - dsw_pool]

    Finally after 6 months i won a fight with that files :P

    Im proud of myself ;D

  15. #225
    Account Upgraded | Title Enabled! lexa111 is offline
    MemberRank
    Mar 2006 Join Date
    RussiaLocation
    203Posts

    re: [Release] Season 3 Episode 1 [Hybrid - eRRoR - dsw_pool]

    Quote Originally Posted by mecanik1 View Post
    For denisa15:
    PHP Code:
    char MSGGMCommand[] = "/gg";
    //Global MSG Private
        
    if(!memcmp(&Protocol[13],MSGGMCommand,strlen(MSGGMCommand)))
        {
            
    ChatGMmsg(gObjId,(char*)Protocol+13+strlen(MSGGMCommand));
        } 
    PHP Code:
    void ChatGMmsg(int aIndex,charmsg)
        
    {
        
    //--------------------------------------------------------------------------------------------------------------------
        
    int Activemsg GetPrivateProfileInt("GlobalMSG","Active",1,".\\Aroth.ini");
        
    int MSLevel GetPrivateProfileInt("GlobalMSG","Level",100,".\\Aroth.ini");
       
    //--------------------------------------------------------------------------------------------------------------------
        
    if(aIndex <= OBJECT_MIN && aIndex >= OBJECT_MAX)
            return;
        
    //--------------------------------------------------------------------------------------------------------------------
        
    if(aIndex OBJECT_MAX)
            return;
        
    //--------------------------------------------------------------------------------------------------------------------
        
    OBJECTSTRUCT gObj = (OBJECTSTRUCT*)OBJECT_POINTER(aIndex);
        
    //--------------------------------------------------------------------------------------------------------------------
        
    if(Activemsg==0)
        {
            
    MsgNormal(aIndex,"[GMSYSTEM] : Command disabled.");
            return;
        }
        
    //--------------------------------------------------------------------------------------------------------------------
        
    if(gObj->Authority != 32)
        {    
            
    MsgNormal(aIndex,"[GMSYSTEM] : Command only for GM's");
            return;    
        }
        
    //--------------------------------------------------------------------------------------------------------------------
        
    if(gObj->Level MSLevel)
        {
            
    MsgNormal(aIndex,"[GMSYSTEM] : You need %d level to use command.",MSLevel);
            return;
        }
        
    //--------------------------------------------------------------------------------------------------------------------
            
    MsgAll("[%s]: %s",gObj->Name,msg);


    Lexa111: your files are rubbish.
    LOL NO my file) who need to fix that



Advertisement