Jump to content

بربلم


z24d

Recommended Posts

وين الغلط الاوبجكت مايمشي

local Myject = createObject(10230,1530.9000244141,554.90002441406,10.800000190735) 
addCommandHandler("maj", maxter) 
function maxter() 
moveObject(Myject,4000,3854.8999023438,-1380.8000488281,9.8000001907349) 
createBlipAttachedTo(Myject,57) 
end 

Link to comment

ترتيب غلط

  
Myject = createObject(10230,1530.9000244141,554.90002441406,10.800000190735) 
addCommandHandler("maj", 
function () 
moveObject(Myject,4000,3854.8999023438,-1380.8000488281,9.8000001907349) 
createBlipAttachedTo(Myject,57) 
end 
) 

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