K̷i̷n̷g̷ x̷D̷ツ Posted March 1, 2017 Share Posted March 1, 2017 السلام عليكم ورحمة الله وبركاته function consoletm() if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup("Console")) then setPlayerTeam(source, conteam) bb = createBlipAttachedTo (source, 0 ) setTimer(setBlipColor,100,0,bb,math.random ( 255 ), math.random ( 255 ), math.random ( 255 ),255) end end addEventHandler ( "onPlayerWasted", getRootElement(),consoletm) addEventHandler("onPlayerJoin",getRootElement(),consoletm) addEventHandler("onPlayerSpawn",getRootElement(),consoletm) التايمر حق setBlipColor Link to comment
#BrosS Posted March 1, 2017 Share Posted March 1, 2017 function consoletm() if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup("Console")) then setPlayerTeam(source, conteam) bb = createBlipAttachedTo (source, 0 ) setTimer(setBlipColor(bb,math.random ( 255 ), math.random ( 255 ), math.random ( 255 ),255)),100,0 ) end end addEventHandler ( "onPlayerWasted", getRootElement(),consoletm) addEventHandler("onPlayerJoin",getRootElement(),consoletm) addEventHandler("onPlayerSpawn",getRootElement(),consoletm) سوري احذف قوس سطر 5 Link to comment
#Soking Posted March 1, 2017 Share Posted March 1, 2017 (edited) 29 minutes ago, #BrosS said: function consoletm() if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup("Console")) then setPlayerTeam(source, conteam) bb = createBlipAttachedTo (source, 0 ) setTimer(setBlipColor(bb,math.random ( 255 ), math.random ( 255 ), math.random ( 255 ),255)),100,0 ) end end addEventHandler ( "onPlayerWasted", getRootElement(),consoletm) addEventHandler("onPlayerJoin",getRootElement(),consoletm) addEventHandler("onPlayerSpawn",getRootElement(),consoletm) سوري احذف قوس سطر 5 كودك خطء اصلن فنكشن السات تايمر ثاني و ثالث ارقمنت الوقت و التكرار Edited March 1, 2017 by #Soking Link to comment
#BrosS Posted March 1, 2017 Share Posted March 1, 2017 (edited) لول سوري ، جوال يعمي @#Soking setTimer(function() setBlipColor(bb,math.random ( 0, 255 ), math.random ( 0, 255 ), math.random ( 0, 255 ),255) end,100,0 ) Edited March 1, 2017 by #BrosS ذذ 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