Jump to content

( تصحيح الكود ( تم الافادهـ من قبل طلال


Recommended Posts

السلام عليكم

  
 addCommandHandler("خروج", 
    function( ) 
    local ip = getLocalPlayer() 
if isPedInVehicle(player) then 
            setElementPosition( ip, 2167.21558, 972.79700, 10.26484 ) 
        else 
            setElementPosition( ip, 2167.21558, 972.79700, 10.26484 ) 
        end 
    end 
) 
  

وش الغلط فيههه

وشكرا :]

Edited by Guest
Link to comment
السلام عليكم
  
 addCommandHandler("خروج", 
    function( ) 
    local ip = getLocalPlayer() 
if isPedInVehicle(player) then 
            setElementPosition( ip, 2167.21558, 972.79700, 10.26484 ) 
        else 
            setElementPosition( ip, 2167.21558, 972.79700, 10.26484 ) 
        end 
    end 
) 
  

وش الغلط فيههه

وشكرا :]

addCommandHandler("خروج", 
    function( player) 
    local ip = getLocalPlayer() 
if isPedInVehicle(player) then 
            setElementPosition( ip, 2167.21558, 972.79700, 10.26484 ) 
        else 
            setElementPosition( ip, 2167.21558, 972.79700, 10.26484 ) 
        end 
    end 
) 
  

Link to comment
السلام عليكم
  
 addCommandHandler("خروج", 
    function( ) 
    local ip = getLocalPlayer() 
if isPedInVehicle(player) then 
            setElementPosition( ip, 2167.21558, 972.79700, 10.26484 ) 
        else 
            setElementPosition( ip, 2167.21558, 972.79700, 10.26484 ) 
        end 
    end 
) 
  

وش الغلط فيههه

وشكرا :]

addCommandHandler("خروج", 
    function( player) 
    local ip = getLocalPlayer() 
if isPedInVehicle(player) then 
            setElementPosition( ip, 2167.21558, 972.79700, 10.26484 ) 
        else 
            setElementPosition( ip, 2167.21558, 972.79700, 10.26484 ) 
        end 
    end 
) 
  

local ip = getLocalPlayer() 
 addCommandHandler("خروج", 
 function(ip) 
    if isPedInVehicle(ip) then 
            setElementPosition( ip, 2167.21558, 972.79700, 10.26484 ) 
        else 
            setElementPosition( ip, 2167.21558, 972.79700, 10.26484 ) 
        end 
    end 
) 

Link to comment
ماظبط

:lol:

addCommandHandler("خروج", 
    function( player) 
if isPedInVehicle(player) then 
            setElementPosition( localPlayer, 2167.21558, 972.79700, 10.26484 ) 
        else 
            setElementPosition( localPlayer, 2167.21558, 972.79700, 10.26484 ) 
        end 
    end 
) 

Link to comment
bad argument @ 'setElementPosition

جرب كودي

الـ 2 ماظبطوا

local ip = getLocalPlayer() 
 addCommandHandler("خروج", 
 function(ip) 
    if isPedInVehicle(ip) then 
            setElementPosition( ip, 2167.21558, 972.79700, 10.26484, true ) 
        else 
            setElementPosition( ip, 2167.21558, 972.79700, 10.26484, true ) 
        end 
    end 
) 

Link to comment
انا ابيهه ينتقل وهو بالسيارهـ وينتقل ومعه السيارهـ

يا احمد ذا اللي طلع لي

client.lua :102 bad argument @ 'setElementPositiom

     addCommandHandler("خروج", 
     function () 
        if isPedInVehicle() then 
        setElementPosition( getLocalPlayer(), 2167.21558, 972.79700, 10.26484 ) 
            end 
        end 
    ) 

Link to comment
الحين انت تبي الاعب ينتقل مع السياره ولا تبي الاعب لحاله ولازم يكون في السياره اذا الاعب لحاله وهو في السياره ماينتقل . .

ابي اللاعب ينتقل وهو راكب :D

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