Bassam*Syria Posted March 16, 2014 Share Posted March 16, 2014 في مشكبة صغير هنا 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
shwaeki Posted March 16, 2014 Share Posted March 16, 2014 جرب 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
Bassam*Syria Posted March 16, 2014 Author Share Posted March 16, 2014 (edited) . Edited March 16, 2014 by Guest Link to comment
!#NssoR_) Posted March 16, 2014 Share Posted March 16, 2014 يعني انت ما غيرت شي تستهبل مثلن ؟ شوف سطر 6 بكودك وشوف سطر 7 بكوده Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now