Jump to content

مشكلة صغيرة !


Recommended Posts

شباب

الوارب مو مزبوط !!!!!

جرب مليون طريقة مش زابطه

    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
local setPed = createPed (source) 
warpPedIntoVehicle (setPed, x,y,z) 

وش التلفيق ذا خخخخخخخخخخخخ انت اول واحد اشوفه يسوي كذا لووول

على العموم بدل الي قبل بذا

local setPed = createPed (46,0,0,0) 
warpPedIntoVehicle (setPed, vehicles[source]) 

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