WTF_ Posted August 25, 2017 Share Posted August 25, 2017 addEventHandler ( "onMarkerHit" , n1 , function (hitElement) if getPlayerTeam ( hitElement ) ~ ROB then setPlayerTeam ( hitElement , ROB ) end end ) بالله يا شباب وش السنبول مشان لما يتحقق من اتيم بجده مخالف لتيم روب ثم يضعه في التيم نسيته السامبول بضبط Link to comment
+Source|> Posted August 25, 2017 Share Posted August 25, 2017 addEventHandler ( "onMarkerHit" , n1 , function ( hitElement ) if getPlayerTeam ( hitElement ) ~= ROB then setPlayerTeam ( hitElement , ROB ) else outputChatBox( "أنت في التيم بالفعل", hitElement ) end end ) 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