Jump to content

Looking for assistance...


Mini

Recommended Posts

Mini, they probably aren't. But even in an MSN chat with somebody you don't know they'll more than likely have you as the last person on there list to respond to. You're better off reading lua.org/pil and wiki.multitheftauto.com for some examples, look at the snippets for common events and functions (Event = onPlayerChat or onPlayerSpawn for instance || Functions = getPlayerFromName or getPlayerName) and constructing simple things, then post them here on the forums and wait for one of the 'Scripting Gurus' to come look over it and help you out.

Some notes:

-Check your indentation

-Make sure you understand the language

-Learn the language structure (The way it's written)

-Learn Lua Tables (They're useful)

-Remember everything you do (or pretty much everything) has to be inside of a function. (Except initializing tables etc, that can be outside.)

^There's a lot more to it than that, but it's something to get you going.

Link to comment
Mini, they probably aren't. But even in an MSN chat with somebody you don't know they'll more than likely have you as the last person on there list to respond to. You're better off reading lua.org/pil and wiki.multitheftauto.com for some examples, look at the snippets for common events and functions (Event = onPlayerChat or onPlayerSpawn for instance || Functions = getPlayerFromName or getPlayerName) and constructing simple things, then post them here on the forums and wait for one of the 'Scripting Gurus' to come look over it and help you out.

Some notes:

-Check your indentation

-Make sure you understand the language

-Learn the language structure (The way it's written)

-Learn Lua Tables (They're useful)

-Remember everything you do (or pretty much everything) has to be inside of a function. (Except initializing tables etc, that can be outside.)

^There's a lot more to it than that, but it's something to get you going.

Thanks for the tips man... I'm learning pretty well... The hardest part is finding all the functions because I'm so used to SA-MP functions.

Link to comment

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...