irinel1996 Posted November 1, 2011 Share Posted November 1, 2011 Hey, wass up? I have a little question. I want to make a variable for ALL vehicles and set it to 100, maybe using: for index, vehicle in pairs(getElementsByType("vehicle")) do --Variable code something like Variable[vehicle] = 100; Haha, like in SA-MP. end Well, thank you all. _____________________ Best regards! Link to comment
FatalTerror Posted November 1, 2011 Share Posted November 1, 2011 You mean Variable = {} for index, vehicle in pairs(getElementsByType("vehicle")) do Variable[index] = 100 end ? Link to comment
irinel1996 Posted November 1, 2011 Author Share Posted November 1, 2011 It's Variable[index] = 100 or Variable[vehicle] = 100 ? And yes something like that. Link to comment
Castillo Posted November 1, 2011 Share Posted November 1, 2011 If you use the vehicle, then you can use the variable with a vehicle element. Link to comment
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