Jump to content

مساعة بسيطة


Recommended Posts

في مشكبة صغير

هنا taxiVehs = { [553] = true, [593] = true

كيف اكتر الطائرات ؟ لما اكتر الطائرات يخرب

553 = طاائرة

Teame = createTeam("Pilot", 0, 255, 0) 
  
  
  
taxiTeams = { [Teame] = true } 
taxiVehs = { [553] = true, [593] = true 
  
  
function teamSet (id) 
    local team = getTeamFromName ( "Pilot" ) 
    if team then 
        setPlayerTeam ( source, team ) 
        setPlayerNametagColor ( source, 0, 255, 0 ) 
        setElementModel(source, id) 
        warnText("You are now Pilot job.",source,255,255,0) 
        else 
            local teamw = getTeamFromName ( "Pilot" ) 
            if teamw then 
            cancelEvent() 
        end 
    end 
end 

Link to comment

جرب

  
Teame = createTeam("Pilot", 0, 255, 0) 
  
  
  
taxiTeams = { [Teame] = true } 
taxiVehs = { [553] = true, [593] = true } 
  
  
function teamSet (id) 
    local team = getTeamFromName ( "Pilot" ) 
    if team then 
        setPlayerTeam ( source, team ) 
        setPlayerNametagColor ( source, 0, 255, 0 ) 
        setElementModel(source, id) 
        warnText("You are now Pilot job.",source,255,255,0) 
        else 
            local teamw = getTeamFromName ( "Pilot" ) 
            if teamw then 
            cancelEvent() 
        end 
    end 
end 

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