Jump to content

إخراج الاعب من التيم


Recommended Posts

هههههههههه كل هاذا عشان كود صغير

local Exitdoor = createMarker( 1454,-1024,24, "cylinder", 1.5, 255, 0, 0, 255 ) 
  
function removes ( v ) 
    if getElementType ( v ) == 'player' then 
        local theTeam = getPlayerTeam ( TEAM ) 
            if theTeam then 
            setPlayerTeam ( v, nil,nil ) 
        end 
    end 
end 
addEventHandler ( "onMarkerHit",Exitdoor, removes,false ) 
  

Link to comment
local Exitdoor = createMarker( 1454,-1024,24, "cylinder", 1.5, 255, 0, 0, 255 ) 
  
function removes ( v ) 
    if getElementType ( v ) == 'player' then 
        local theTeam = getPlayerTeam ( v ) 
        local theGrove = getTeamFromName ( 'Grove' )  
            if theTeam and theGrove then 
            if theTeam == theGrove then 
                setPlayerTeam ( v, nil,nil ) 
            end 
        end 
    end 
end 
addEventHandler ( "onMarkerHit",Exitdoor, removes,false ) 
  

Link to comment
local Exitdoor = createMarker( 1454,-1024,24, "cylinder", 1.5, 255, 0, 0, 255 ) 
  
function removes ( v ) 
    if getElementType ( v ) == 'player' then 
        local theTeam = getPlayerTeam ( TEAM ) 
            if theTeam then 
            setPlayerTeam ( v, nil,nil ) 
            else 
            outputChatBox ( "its working", source, 255, 255, 255, true ) 
        end 
    end 
end 
addEventHandler ( "onMarkerHit",Exitdoor, removes,false ) 

ماطلع كلام

وانا متأكد اني في التيم

Link to comment
local Exitdoor = createMarker( 1454,-1024,24, "cylinder", 1.5, 255, 0, 0, 255 ) 
  
function removes ( v ) 
    if getElementType ( v ) == 'player' then 
        local theTeam = getPlayerTeam ( TEAM ) 
            if theTeam then 
            setPlayerTeam ( v, nil,nil ) 
            else 
            outputChatBox ( "its working", source, 255, 255, 255, true ) 
        end 
    end 
end 
addEventHandler ( "onMarkerHit",Exitdoor, removes,false ) 

ماطلع كلام

وانا متأكد اني في التيم

الحين انت تبية لتيم قروف ولا اي تيم؟ | = لو تبية قروف خذه فوق اذا تبي ذا :

local Exitdoor = createMarker( 1454,-1024,24, "cylinder", 1.5, 255, 0, 0, 255 ) 
  
function removes ( v ) 
    if getElementType ( v ) == 'player' then 
        local theTeam = getPlayerTeam ( v ) 
            if theTeam then 
            setPlayerTeam ( v, nil,nil ) 
        end 
    end 
end 
addEventHandler ( "onMarkerHit",Exitdoor, removes,false ) 

Link to comment
local Exitdoor = createMarker( 1454,-1024,24, "cylinder", 1.5, 255, 0, 0, 255 ) 
  
function removes ( v ) 
    if getElementType ( v ) == 'player' then 
        local theTeam = getPlayerTeam ( v ) 
        local theGrove = getTeamFromName ( 'Grove' )  
            if theTeam and theGrove then 
            if theTeam == theGrove then 
                setPlayerTeam ( v, nil,nil ) 
            end 
        end 
    end 
end 
addEventHandler ( "onMarkerHit",Exitdoor, removes,false ) 
  

ذذ مشكور اشتغل على الجديد

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