RLP[Farouk] Posted October 8, 2012 Share Posted October 8, 2012 شباب الوارب مو مزبوط !!!!! جرب مليون طريقة مش زابطه local vehicles = {} function spawnVeh(id) local setPed = createPed (source) local x, y, z = getElementPosition(source) if isElement(vehicles[source]) then destroyElement(vehicles[source]) end vehicles[source] = createVehicle(id, x +1, y, z) warpPedIntoVehicle (setPed, x,y,z) end addEvent("CreVehice",true) addEventHandler("CreVehice", root, spawnVeh) Link to comment
Bssol Posted October 8, 2012 Share Posted October 8, 2012 local setPed = createPed (source) warpPedIntoVehicle (setPed, x,y,z) وش التلفيق ذا خخخخخخخخخخخخ انت اول واحد اشوفه يسوي كذا لووول على العموم بدل الي قبل بذا local setPed = createPed (46,0,0,0) warpPedIntoVehicle (setPed, vehicles[source]) 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