Topic: Little help
Hello all ,
Thank for your work .
i have a question about script :
what return :getPosition(object) a table ?
i have try : x,y,z=getPosition(object) but dont run.
Any help ?
( desolé je suis nul en anglais ^^ )
You are not logged in. Please login or register.
Hello all ,
Thank for your work .
i have a question about script :
what return :getPosition(object) a table ?
i have try : x,y,z=getPosition(object) but dont run.
Any help ?
( desolé je suis nul en anglais ^^ )
Hi !
yes it returns a table (getPosition renvoi un tableau) :
pos = getPosition(object)
x = pos[1]
y = pos[2]
z = pos[3]
Merci ^^
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 3 official extensions. Copyright © 2003–2009 PunBB.