Jump to content

need help vehicle pickup respawn


COOKIE2

Recommended Posts

learn yourself to put your code in LUA tags! you are always just pasting it :/

[ lua] YOUR CODE [ /lua]

will do the magic (remove spaces from [ lua] and [ /lua])..

next time if you have a problem, first get your error message, open console, type "debugscript 3" (you have to be admin for that) and all errors will be there.

first line is causing error..

price.hunter = 50000

you are setting the value of an array row, but you dont defined the array!

solution:

price = { }
price.hunter = 50000

i didnt check the rest of script, just stopped "debugging while reading" on the first line :P

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...