Jump to content

حل مشكلة سحب السيآرة : /


Recommended Posts

السسلام عليكم : )

وش المشكلهه هنآ ؟

addEvent("Hajwalah", true) 
addEventHandler("Hajwalah",root, 
 function() 
        if ( enksar[source] and isElement ( enksar[source] )) then 
              destroyElement( enksar[source] ) 
              setPlayerTeam(source, Team) 
          end 
end) 

مآيسحب السيآرة

وشكرآ

Link to comment
السسلام عليكم : )

وش المشكلهه هنآ ؟

addEvent("Hajwalah", true) 
addEventHandler("Hajwalah",root, 
 function() 
        if ( enksar[source] and isElement ( enksar[source] )) then 
              destroyElement( enksar[source] ) 
              setPlayerTeam(source, Team) 
          end 
end) 

مآيسحب السيآرة

وشكرآ

انت مسوي سيارة ؟

Link to comment
  
  
local enksar = {} 
  
addEvent("Race", true) 
addEventHandler("Race",root, 
function () 
      if( isElement ( enksar[source] ) ) then destroyElement( enksar[source] ) end 
        local x,y,z = unpack(Position2[math.random(#Position2)]) 
          enksar[source] = createVehicle ( 411, x, y, z ) 
         warpPedIntoVehicle ( source, enksar[source] ) 
         addVehicleUpgrade(getPedOccupiedVehicle(source), 1010) 
        setElementFrozen(enksar[source], true) 
        triggerClientEvent( source, '1', source ) 
         setPlayerTeam(source, Team2) 
end 
) 

Link to comment
27dathy = { 
{x ,y ,z}, 
{x ,y ,z}, 
{x ,y ,z}, 
} 
  
for i, Position2 in ipairs (27dathy) do 

ياولدد مافهمتني انت : /؟

انا ابيه يسحب الموتر بس مآبيهه ينقلهه

لان كل شي جاهزز بس لو خشيت هجولة مايسحب الموتر

Link to comment

يمديك ترسله لي خاص اذا بغيت !

27dathy = { 
{x ,y ,z}, 
{x ,y ,z}, 
{x ,y ,z}, 
} 
  
for i, Position2 in ipairs (27dathy) do 

هو يبي احداثيات عشوائية

mPosition =  
{ 
    { 0, 0, 0 }; 
    { 10, 10, 10 }; 
    { 20, 20, 20 }; 
}; 
  
unpack( mPosition[ math.random( #mPosition ) ] )  

Link to comment
يمديك ترسله لي خاص اذا بغيت !
27dathy = { 
{x ,y ,z}, 
{x ,y ,z}, 
{x ,y ,z}, 
} 
  
for i, Position2 in ipairs (27dathy) do 

هو يبي احداثيات عشوائية

mPosition =  
{ 
    { 0, 0, 0 }; 
    { 10, 10, 10 }; 
    { 20, 20, 20 }; 
}; 
  
unpack( mPosition[ math.random( #mPosition ) ] )  

مآبي كود احدآثيآت تلقآئئيهه موجوده عندي

بس ابيهه يسحب الموتر :/

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