Forum: Grand Theft Auto Series Modding - Our GTA Modding Team is the best around. Tutorials & Topics related to modding your GTA games, trophies, and save files! Discuss GTA game modding with the knowledgeable members of PSX-Scene and the Official GTA IV Mod Team.


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 Tree4Likes
  • 2 Post By Colt
  • 2 Post By HuN

Thread: scripting noob needs some help with 3s menu :)
  

Results 1 to 3 of 3
  1. #1 Question scripting noob needs some help with 3s menu :) 
    Join Date
    Dec 2012
    Posts
    23
    Downloads
    3
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    10
    Likes Received
    16
    hey all,

    firstly, im new here
    i just managed to set up the compiler and downloaded the three socks menu base (thx mate),
    now ive got some questions about scripting;

    1. i want to start the modmanager with a button combination (l3+r3) instead of load it from the phone,
    how do i do this??
    i think the code would be something like:

    Code:
    void startmod()
    {
    if (IS_BUTTON_PRESSED(0, BUTTON_STICK_LEFT) && IS_BUTTON_PRESSED(0, BUTTON_STICK_RIGHT))
    ???();
    }
    but i dont know the command to start up the modmanager

    2. is it possible to add some ps button logos in the menu header?? like x,[],() or /\?

    and the last one, for now

    3. i know how to load sco scriptfiles from the menu, but how do i launch actions like godmode() or something directly from the menu??


    thanks for every answer!

  2. #2  
    Colt's Avatar
    Colt is offline Developer
    Join Date
    Jun 2012
    Posts
    740
    Downloads
    0
    Uploads
    0
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    733
    Likes Received
    218
    Hi, welcome to PSX

    This should be asked in the "General Help" thread, if you haven't already, I'd suggest reading the forum rules to get a better understanding of the site.

    I hope you find your answer.
    nativesith and HuN like this.

  3. #3  
    HuN's Avatar
    HuN
    HuN is offline Moderator
    Join Date
    Feb 2012
    Posts
    463
    Downloads
    2
    Uploads
    0
    Mentioned
    22 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    437
    Likes Received
    402
    colt is right ...

    question toward Three-Socks menu shall be asked in his thread :
    http://psx-scene.com/forums/f276/%5B...-2-2-a-104912/

    or in general help thread:
    http://psx-scene.com/forums/f276/general-help-108124/

    and please read the rules if you didnt already :
    http://psx-scene.com/forums/f276/for...ng-%5D-108428/

    CLOSED !
    nativesith and Colt like this.

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •