Forum: GTA IV Mod Releases / W.I.P.s


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Like Tree8Likes

Thread: [Source]My menu (Certain things removed)
  

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 20
  1. #1 Wink [Source]My menu (Certain things removed) 
    MaxSpeed's Avatar
    MaxSpeed is offline Member
    Join Date
    Jun 2012
    Location
    MI, USA
    Posts
    57
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    29
    Likes Received
    18
    Hey guys just going to leave my sources on here (I am Muskelprotze from 7s). Note to anyone on the dev team: If you ask, I'll probably send you the full thing I have backed up on my google drive

    Weapons:
    Weapon Mods

    Main menu:
    Vars.h
    Setup.cpp
    Menu_functions.cpp
    Core.cpp
    Main.cpp

    Addon loader:
    Addon_loader.cpp

    Add to natives.h:
    Code:
    extern uint GET_HOST_ID(void);
    extern bool REQUEST_CONTROL_OF_NETWORK_ID(int netid);
    extern void GET_NETWORK_ID_FROM_VEHICLE(Vehicle vehicle, int *netid);
    extern bool HAS_CONTROL_OF_NETWORK_ID(int netid);
    extern void SET_NETWORK_ID_CAN_MIGRATE(int netid, bool value);
    extern bool IS_NETWORK_SESSION(void);
    extern void SHUTDOWN_AND_LAUNCH_NETWORK_GAME(ScriptAny);
    extern void SHUTDOWN_AND_LAUNCH_SINGLE_PLAYER_GAME(void);
    extern bool NETWORK_IS_PLAYER_TALKING(int playerid);
    extern bool NETWORK_IS_PLAYER_MUTED_BY_ME(int playerid);
    extern void NETWORK_KICK_PLAYER(int playerid,bool value);
    Add to common.h
    Code:
    void print(char* text){
    
    CLEAR_PRINTS();//Clears already printed text PRINT_STRING_WITH_LITERAL_STRING("string",text,1500,true);
    }
    Don't know how to compile? Look here
    JDMAlex, nativesith, HuN and 5 others like this.
    Se7enSins: Muskelprotze
    Current Project: Stash v2 (Using MenuLib)
    Reply With Quote  

  2. #2  
    Colt's Avatar
    Colt is offline Developer
    Join Date
    Jun 2012
    Posts
    744
    Downloads
    0
    Uploads
    0
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    743
    Likes Received
    228
    Good thing I refreshed before I got offline lol.

    If you're offering.. I wouldn't mind taking a sneaky look into your full one to see what we did differently.

    good release anyways man

    (P.s - Let sith recruit you to the team lol)
    Mod Videos: http://www.youtube.com/DontGetAngryBro
    Reply With Quote  

  3. #3  
    JDMAlex's Avatar
    JDMAlex is online now & developer
    Join Date
    Nov 2010
    Posts
    723
    Downloads
    5
    Uploads
    1
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    190
    Likes Received
    442
    Thanks for sharing.
    Reply With Quote  

  4. #4  
    nativesith's Avatar
    nativesith is offline Moderator
    Join Date
    Jun 2011
    Location
    Los Santos
    Posts
    1,363
    Downloads
    12
    Uploads
    7
    Mentioned
    37 Post(s)
    Tagged
    1 Thread(s)
    Likes Given
    962
    Likes Received
    648
    You are soo in Herr .
    Reply With Quote  

  5. #5  
    MaxSpeed's Avatar
    MaxSpeed is offline Member
    Join Date
    Jun 2012
    Location
    MI, USA
    Posts
    57
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    29
    Likes Received
    18
    Ok o.O But I don't have GTA anymore so all I can do is help.
    Se7enSins: Muskelprotze
    Current Project: Stash v2 (Using MenuLib)
    Reply With Quote  

  6. #6  
    zorg93's Avatar
    zorg93 is offline Developer
    Join Date
    Jun 2012
    Posts
    260
    Downloads
    0
    Uploads
    0
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    51
    Likes Received
    144
    when will you learn its not
    extern void NETWORK_KICK_PLAYER(int playerid,bool value);
    its
    extern void NETWORK_KICK_PLAYER(int playerid);

    Reply With Quote  

  7. #7  
    MaxSpeed's Avatar
    MaxSpeed is offline Member
    Join Date
    Jun 2012
    Location
    MI, USA
    Posts
    57
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    29
    Likes Received
    18
    Lol I haven't touched this game in about 3 or so weeks. If it's not broke, don't fix it
    Se7enSins: Muskelprotze
    Current Project: Stash v2 (Using MenuLib)
    Reply With Quote  

  8. #8  
    zorg93's Avatar
    zorg93 is offline Developer
    Join Date
    Jun 2012
    Posts
    260
    Downloads
    0
    Uploads
    0
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    51
    Likes Received
    144
    Quote Originally Posted by MaxSpeed View Post
    Lol I haven't touched this game in about 3 or so weeks. If it's not broke, don't fix it
    its not used so it isnt really a problem here
    Reply With Quote  

  9. #9  
    M o D z is offline Registered User
    Join Date
    Sep 2012
    Posts
    1
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Nice menu you got there, Hey maxspeed I consider my self a developer aswell i have made my own native trainer and full online player management menu for online use, and I am just so curious since you said you wouldnt mind giving the full version to devs, Can you please send me the full version?, i wanna try someone else's menu out other than my owns i already tried out this version of your menu awhile back from when you posted this on se7ensins.
    Reply With Quote  

  10. #10  
    zorg93's Avatar
    zorg93 is offline Developer
    Join Date
    Jun 2012
    Posts
    260
    Downloads
    0
    Uploads
    0
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    51
    Likes Received
    144
    Quote Originally Posted by M o D z View Post
    Nice menu you got there, Hey maxspeed I consider my self a developer aswell i have made my own native trainer and full online player management menu for online use, and I am just so curious since you said you wouldnt mind giving the full version to devs, Can you please send me the full version?, i wanna try someone else's menu out other than my owns i already tried out this version of your menu awhile back from when you posted this on se7ensins.
    All talk gets you nothing and he means Devs on here
    Reply With Quote  

Page 1 of 2 1 2 LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •