[Release] United source files

Page 7 of 10 FirstFirst 12345678910 LastLast
Results 91 to 105 of 142
  1. #91
    Valued Member asd4129 is offline
    MemberRank
    Dec 2012 Join Date
    Loose, Germany,Location
    146Posts

    Re: [Release] United source files



    How to sell ?

  2. #92
    Apprentice Sprite Scofield is offline
    MemberRank
    Jul 2014 Join Date
    10Posts

    Re: [Release] United source files

    need help plz
    /warz/api/php chack chear.. all

    000000.098| WO_API: returned http405
    000000.098| GetShopData FAILED, code: 8
    000000.099| Reading game rewards
    000000.105| WO_API: returned http405
    000000.105| ApiGetDataGameRewards FAILED, code: 8
    000000.105| !!! ERROR: failed to get game rewards
    000000.105| !!! crashed, thread 812
    000000.105| Creating minidump at logss\GS_200000950497e.dmp
    000000.205| Minidump created.

  3. #93
    Member zsh7954 is offline
    MemberRank
    May 2016 Join Date
    81Posts

    Re: [Release] United source files

    This source inside the "isPVE"? If I change it to "NEWZ" exactly like that, then how much money do I need to spend?
    Quote Originally Posted by Adnan DatLife View Post
    PVE.system.is.working.and.inspecting.weapon.needs.just1.code:D

  4. #94
    Apprentice Sprite Scofield is offline
    MemberRank
    Jul 2014 Join Date
    10Posts

    Re: [Release] United source files

    000000.023| r3dFS: there is no volume file wo_00.bin
    000000.023| SERVER NAME: DESKTOP-V907A1M
    000000.023| GameServerId: 2, map:1
    000000.023| GameName: ServerTest
    000000.023| CAsyncApiMgr starting
    000000.023| Connecting to master server at 127.0.0.1:34009
    000000.023| r3dNetwork: Creating client
    000000.049| IP: 192.168.1.6
    000000.049| r3dNetwork: connecting to 127.0.0.1:34009
    000000.049| waiting: connecting, 30.0 sec left
    000000.069| r3dNetwork: external ip: 127.0.0.1:35010
    000000.070| Game: Initializing with 100 players
    000000.070| Server time is Fri Dec 18 00:28:36 2076
    000000.070| Starting server on port 34010
    000000.070| r3dNetwork: Creating host at port 34010
    000000.081| IP: 192.168.1.6
    000000.093| Getting shop data
    000010.096| WO_API: http timeout
    000010.096| GetShopData FAILED, code: 8
    000010.096| Reading game rewards
    000020.099| WO_API: http timeout
    000020.099| ApiGetDataGameRewards FAILED, code: 8
    000020.099| !!! ERROR: failed to get game rewards
    000020.100| !!! crashed, thread 10168
    000020.100| Creating minidump at logss\GS_200000950798f.dmp
    000020.238| Minidump created.

    1. https://www.mx7.com/view2/zxQeTYdjvi2u3BCC

    2. https://www.mx7.com/view2/zxQfKr4ftlvfbbQJ

    api not work ?

    help me plz plz plz

  5. #95
    Apprentice CrissLeung is offline
    MemberRank
    Jun 2016 Join Date
    7Posts

    Re: [Release] United source files

    Quote Originally Posted by dldanny05 View Post
    I dont see why people are having such issues and then running to ragezone to instantly post help requests, I ran into errors and got this shit up and running in 45 minutes. The source is nothing special, the errors are not that hard. Simply look at the code and learn to understand it and try to solve the problem before seeing the error, taking a print screen and then running to ragezone for help.
    Some people do not have the ability of programming, they will only steal.
    And ...as long as there is no consistent source, they are eager to jump out to ask, instead of thinking and solving problems by themselves, their brains without work, so can't understand what you mean, they just want to copy and paste.
    we should give them technical support?
    This is a problem, because they just cheat money, at every place.
    Last edited by CrissLeung; 15-12-16 at 09:33 AM.

  6. #96
    Professional RageZone XxFuR4xX is offline
    MemberRank
    Jun 2013 Join Date
    ENG / FRLocation
    253Posts

    Re: [Release] United source files

    Hello RageZone.
    I return to my subject.
    My Studio Works but the worry is that I do not edit props, or spawn.
    I can not rotate or move anything.
    Here is a video of what happens to me:
    Spoiler:



  7. #97
    Novice Luan Ambrosio is offline
    MemberRank
    Aug 2015 Join Date
    1Posts

    Re: [Release] United source files

    SupervisorServer
    game 0x11202 probably crashed

    help please

  8. #98
    Proficient Member EnemyGPP is offline
    MemberRank
    Jul 2015 Join Date
    CanadáLocation
    184Posts

    Re: [Release] United source files

    In, master or supervisor? please Log folder:
    Master - Logms
    Super - Logss

  9. #99
    Enthusiast rogueugur10 is offline
    MemberRank
    Jun 2015 Join Date
    25Posts

    Re: [Release] United source files

    this source don't use md5,

    how can I do md5?
    Last edited by rogueugur10; 21-12-16 at 08:39 AM.

  10. #100
    Novice TurkBinGazi is offline
    MemberRank
    Dec 2016 Join Date
    ANKARALocation
    2Posts

    Re: [Release] United source files

    Quote Originally Posted by rogueugur10 View Post
    this source don't use md5,

    how can I do md5?
    Open SQL Stored producedures >FN_CreateMD5Password right click >modify>
    all delete and replace
    Code:
    USE [WarZ]
    GO
    /****** Object:  StoredProcedure [dbo].[FN_CreateMD5Password]    Script Date: 12/21/2016 13:08:12 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    ALTER PROCEDURE [dbo].[FN_CreateMD5Password]
        @in_Password varchar(100),
        @Out_MD5 varchar(32) OUTPUT
    AS
    BEGIN
        SET NOCOUNT ON;
    
        declare @PASSWORD_SALT varchar(100) = 'g5sc4gs1fz0h'
        set @Out_MD5 = SUBSTRING(master.dbo.fn_varbintohexstr(HashBytes('md5', @PASSWORD_SALT + @in_Password)), 3, 999)
        --set @Out_MD5 = @in_Password
    END

  11. #101
    Novice klay123 is offline
    MemberRank
    Nov 2016 Join Date
    2Posts

    Re: [Release] United source files

    help me


  12. #102
    Professional RageZone XxFuR4xX is offline
    MemberRank
    Jun 2013 Join Date
    ENG / FRLocation
    253Posts

    Re: [Release] United source files

    @klay123 Read the topic! The solutions are written.

  13. #103
    Novice klay123 is offline
    MemberRank
    Nov 2016 Join Date
    2Posts

    Re: [Release] United source files


  14. #104
    Play Alpha MMO DouglasPro is offline
    MemberRank
    Nov 2014 Join Date
    //HKEY//RJ_BRLocation
    390Posts

    Re: [Release] United source files

    I recommend you beginners look for how to program the basics of c ++ or even start with simple fonts because if not they will never learn something new ! :/

  15. #105
    Enthusiast rogueugur10 is offline
    MemberRank
    Jun 2015 Join Date
    25Posts

    Re: [Release] United source files

    I'm need this source sounds fdp



Advertisement