WDR Posted February 3, 2009 Share Posted February 3, 2009 Can someone pls help me create missions for my scm file.I have SA Mission Builder and I decompiled the main.scm into a txt file.And,yes...I read most of the tutorials but I don't understand any of them.I am a completely complete NOOB,and I would really appreciate it if someone could tell me the A-Z of it,step by step.Help me get started and I will get accostumed to it and understand it better.Thanx in advance! Link to comment https://gtaforums.com/topic/396052-mission-codingpls-help/ Share on other sites More sharing options...
james227uk Posted February 3, 2009 Share Posted February 3, 2009 Well for a start use Sanny Builder. www.sannybuilder.com Mission Builder is outdated compared to Sanny Link to comment https://gtaforums.com/topic/396052-mission-codingpls-help/#findComment-1058938753 Share on other sites More sharing options...
WDR Posted February 3, 2009 Author Share Posted February 3, 2009 sanny builder kinda doesn't work on mine.but tell me how to do it on mission builder.i try my shot at it. Link to comment https://gtaforums.com/topic/396052-mission-codingpls-help/#findComment-1058938851 Share on other sites More sharing options...
coin-god Posted February 3, 2009 Share Posted February 3, 2009 You cant excpect someone to give you a coding lesson. You have to learn by yourself and then ask dounts and misunderstandings. but no how to code. Link to comment https://gtaforums.com/topic/396052-mission-codingpls-help/#findComment-1058938958 Share on other sites More sharing options...
WDR Posted February 4, 2009 Author Share Posted February 4, 2009 what does the number with a $ sign indicate? Link to comment https://gtaforums.com/topic/396052-mission-codingpls-help/#findComment-1058940451 Share on other sites More sharing options...
coin-god Posted February 4, 2009 Share Posted February 4, 2009 what does the number with a $ sign indicate? Variable. Read the tutorial, explains everything. $ = Global Variable @ = Local Variable Link to comment https://gtaforums.com/topic/396052-mission-codingpls-help/#findComment-1058941639 Share on other sites More sharing options...
WDR Posted February 5, 2009 Author Share Posted February 5, 2009 what does the number with a $ sign indicate? Variable. Read the tutorial, explains everything. $ = Global Variable @ = Local Variable so we can put any number? Link to comment https://gtaforums.com/topic/396052-mission-codingpls-help/#findComment-1058943685 Share on other sites More sharing options...
coin-god Posted February 5, 2009 Share Posted February 5, 2009 what does the number with a $ sign indicate? Variable. Read the tutorial, explains everything. $ = Global Variable @ = Local Variable so we can put any number? @ = 0-33 (32 and 33 are local timers.. may bug) $ = any number and letter. Has a limit though, cant rememebr which. Locals can use more than "33" when doing a Mission only. Variable should not be redeclared on diferent sfuff, If you created a ped... 4@ you cant create car 4@ in the same thread. Same with Globals. Link to comment https://gtaforums.com/topic/396052-mission-codingpls-help/#findComment-1058944613 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