1REDBULL Posted June 18, 2014 Share Posted June 18, 2014 السلام عليكم الحين لو الاعب جا عند الماركر يوديه المكان الي محدده انا بس انا ابي يصير له مكانين يعني عشوائي vh = createVehicle(487, 218.648, 1932.760, 23.333) warpPedIntoVehicle(thePlayer, vh) المكان الثاني vh = createVehicle(487, 201.648, 1932.760, 23.333) فا انا ابيه ما يحطه في مكان واحد ابي مكانين يعني من نفس الماركر Link to comment
The Killer Posted June 19, 2014 Share Posted June 19, 2014 pos = { {218.648, 1932.760, 23.333}, {201.648, 1932.760, 23.333} } position = math.random(1,#pos) vh = createVehicle(487, pos[position][1], pos[position][2], pos[position][3]) 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