Coops93 Posted February 11, 2012 Share Posted February 11, 2012 (edited) Hi, everyone ! I want know how we can create a menu in GTA SA, like this. http://www.google.fr/imgres?q=gta+sa+menu+...485&page=1&tbnh I have Cleo 3, and Sanny Builder 3.04. I want create a menu who it can be actived by a button. It's an inventory menu, and you can host all weapons and objects here. When you approaching a weapon in another kind, that be added in your inventory menu, and you can selected it and equipped it. How i can remove the window when we are close of a weapon in another kind ? And added it in my menu directly when we touched it ? So what i need to do this, what files i need to edit ? Thanks ! Edited February 11, 2012 by Coops93 Link to comment Share on other sites More sharing options...
Michael.Knight1 Posted February 11, 2012 Share Posted February 11, 2012 (edited) Make This Opcode : 08D4: $1153 = create_panel_with_title 'IE09' position 29.0 170.0 width 180.0 columns 1 interactive 1 background 1 alignment 0 // Imports 08DB: set_panel $1153 column 0 header 'DUMMY' data 'IE16' 'IE10' 'IE11' 'IE12' 'IE13' 'IE14' 'IE15' 'DUMMY' 'DUMMY' 'DUMMY' 'DUMMY' 'DUMMY' // Sunday // Monday // Tuesday // Wednesday // Thursday // Friday // Saturday Edited February 11, 2012 by Michael.Knight1 Link to comment Share on other sites More sharing options...
Coops93 Posted February 11, 2012 Author Share Posted February 11, 2012 Ok, where i past this in the main.scm file ? Link to comment Share on other sites More sharing options...
Deji Posted February 11, 2012 Share Posted February 11, 2012 If you don't know where you want the code, you shouldn't be asking for the code. You should be reading a coding tutorial or learning from the main.scm how basic coding works. Link to comment Share on other sites More sharing options...
Michael.Knight1 Posted February 11, 2012 Share Posted February 11, 2012 Ok, where i past this in the main.scm file ? Link to comment Share on other sites More sharing options...
Coops93 Posted February 12, 2012 Author Share Posted February 12, 2012 Ok, i pasted it in the end of the main.scm, and what i need to edit for add all pickups i want ? And it's the same for the weapons in another kind, what i need to do for adding directly in my menu ? And to, removed the text who say "you cannot having two weapons in another kind". That will be added directly in the menu, when you touch the weapon. I'm a beginner, but please, explain me, and i can make a good mod. Thanks. Link to comment Share on other sites More sharing options...
Coops93 Posted February 12, 2012 Author Share Posted February 12, 2012 So how can I bring up my menu by pressing the button I want? I read the scripts, what is $1153, it's a button ? And Dummy ? Link to comment Share on other sites More sharing options...
Deji Posted February 12, 2012 Share Posted February 12, 2012 You've proposed a very complex script idea and are asking for help on doing the most basic things. You need more experience to do something like this. Link to comment Share on other sites More sharing options...
Michael.Knight1 Posted February 12, 2012 Share Posted February 12, 2012 So how can I bring up my menu by pressing the button I want? I read the scripts, what is $1153, it's a button ? And Dummy ? Just I add This Opcodes of Sanny Builder Directly Link to comment Share on other sites More sharing options...
Coops93 Posted February 13, 2012 Author Share Posted February 13, 2012 Okay, i need help for script langage for the main.scm, i'm french, and in french websites, they don't talk and know any script language in main.scm. They only know how make and scripting a sa:mp server, and so, i have think it's a good idea for asking you how i can learn to scripting in main.scm Sorry if sometime, i writing bad english. Can i have a tutorial for learning to scripting in main.scm with the definitions of certain codes as $1153, and "dummy". What does that mean actually wants? Indeed, I think to make a good mod if I know the meanings of these codes and know what they activate. Thanks. :-) Link to comment Share on other sites More sharing options...
Deji Posted February 13, 2012 Share Posted February 13, 2012 Well, $1153 and "dummy" aren't 'codes'. Lesson one over. Unfortunately, I don't think there is a French tutorial out there. There's not even an English tutorial which I'd stand by, yet. Link to comment Share on other sites More sharing options...
Michael.Knight1 Posted February 13, 2012 Share Posted February 13, 2012 (edited) @Coops93 I can not speak French just I English and Spanish But I can understand you Just For : panel $1153 panel Title IE09 Name in the header of panel DUMMY ( and Pleasse all To register in My New Website ) Just a reminder that Advertising is prohibited here. If you wish to advertise your site then you may add the link in your signature. Thanks. - Adler Edited February 14, 2012 by Adler Link to comment Share on other sites More sharing options...
Coops93 Posted February 14, 2012 Author Share Posted February 14, 2012 Hmmm...so what do you suggest of a good tutorial (English or French, it's no very important for me). Just, send me a good tutorial for learning scripting. Are you sure there are none ? Link to comment Share on other sites More sharing options...
arielnmz Posted February 14, 2012 Share Posted February 14, 2012 Hey michael de verdad hablas español?? Link to comment Share on other sites More sharing options...
Michael.Knight1 Posted February 14, 2012 Share Posted February 14, 2012 Hey michael de verdad hablas español?? Sí, y usted tiene una duda .. ? Link to comment Share on other sites More sharing options...
arielnmz Posted February 19, 2012 Share Posted February 19, 2012 d donde eres?? Link to comment Share on other sites More sharing options...
Michael.Knight1 Posted February 19, 2012 Share Posted February 19, 2012 d donde eres?? U.S.A y hablo español Link to comment Share on other sites More sharing options...
-DP- Posted February 19, 2012 Share Posted February 19, 2012 @Michael LOL don't bullsh*t us. You're not from the USA ^^ Sry for that dumb joke but your english skill is same like that: Link to comment Share on other sites More sharing options...
Michael.Knight1 Posted February 19, 2012 Share Posted February 19, 2012 (edited) Oh , 08D4: [email protected] = create_panel_with_title '_Spawn' position 16.0 16.0 width 160.0 columns 1 interactive 1 background 1 alignment 0 08DB: set_panel [email protected] column 14 header '_SPAWNA' data '_SPAWNB' '_SPAWNC' '_SPAWND' '_SPAWNE' '_SPAWNF' '_SPAWNG' '_SPAWNH' '_SPAWNI' '_SPAWNJ' '_SPAWNK' '_SPAWNL' '_SPAWNM' // Car Spawn // Tahoma // Club // Bandito // Willard // bfinject // Vincent // Elegant // Emperor // Taxi // Peren // Phoenix // ZR-350 You Must Make FXT For this Car Name :SPAN_3000871: init_jump_table [email protected] total_jumps 7 default_jump 0 @MENU_10 jumps 1 @MENU_11 2 @MENU_12 3 @MENU_13 4 @MENU_14 5 @MENU_15 6 @MENU_16 7 @MENU_17:SPAN_4000871: init_jump_table [email protected] total_jumps 6 default_jump 0 @MENU_18 jumps 8 @MENU_19 9 @MENU_20 10 @MENU_21 11 @MENU_22 12 @MENU_23 13 NOW MAKE A CAR :[email protected] = 566jump @MENU_1000:[email protected] = 589jump @MENU_1000:[email protected] = 568jump @MENU_1000:[email protected] = 529jump @MENU_1000:[email protected] = 424jump @MENU_1000:[email protected] = 540jump @MENU_1000:[email protected] = 507jump @MENU_1000:[email protected] = 585jump @MENU_1000:[email protected] = 420jump @MENU_1000:[email protected] = 589jump @MENU_1000:[email protected] = 404jump @MENU_1000:[email protected] = 603jump @MENU_1000:[email protected] =477jump @MENU_1000 in The End :SPAWNER_1000Model.Load([email protected]):SPAWNER_1100wait 0 if Model.Available([email protected])else_jump @SPAWNER_1100 00A5: [email protected] = create_car [email protected] at [email protected], [email protected], [email protected], [email protected] 0508: car [email protected] close_all_doors 0229: set_car [email protected] primary_color_to [email protected] secondary_color_to [email protected] 072A: put_actor $PLAYER_ACTOR into_car [email protected] driverseat 01C3: remove_references_to_car [email protected] 1 100 I have explained to you many MAN Edited February 19, 2012 by Michael.Knight1 Link to comment Share on other sites More sharing options...
Michael.Knight1 Posted February 19, 2012 Share Posted February 19, 2012 @Michael LOL don't bullsh*t us. You're not from the USA ^^ Sry for that dumb joke but your english skill is same like that: Man You are very ugly Link to comment Share on other sites More sharing options...
TheSiggi Posted February 24, 2012 Share Posted February 24, 2012 @Michael.Knight1 You ain't the cleverest fellow either, right? Judging by the four posts I've read I think I think it's best if I never ever take a look at this section the forums. cheers for that. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now