3tibe511 Posted July 8, 2013 Author Share Posted July 8, 2013 هههههههههه كل هاذا عشان كود صغير 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
فاّرس Posted July 8, 2013 Share Posted July 8, 2013 جرب سوي else outputChatBox(...) واذا طلع الكلام بالشات فإنك مو بتيم ذذ + الكود الاول حق برستيج شغال ذذ Link to comment
iPrestege Posted July 8, 2013 Share Posted July 8, 2013 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
3tibe511 Posted July 8, 2013 Author Share Posted July 8, 2013 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
iPrestege Posted July 8, 2013 Share Posted July 8, 2013 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
3tibe511 Posted July 8, 2013 Author Share Posted July 8, 2013 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
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