Jump to content

Mission Coding,PLS HELP!


Recommended Posts

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! icon14.gif

Link to comment
https://gtaforums.com/topic/396052-mission-codingpls-help/
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • 0 User Currently Viewing
    0 members, 0 Anonymous, 0 Guests

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.