#bazooka Posted October 17, 2016 Share Posted October 17, 2016 (edited) السلام عليكم ,. لو م في امر كيف اخليه يوزع # مثل كذا اسلحه رقم السلاح وكم رصاصه هذا توزيع تلقائي # local Player = getLocalPlayer() local Money = 5000 local XP = 100 -- ~ SendNumber = 0 function bazooka() SendNumber = SendNumber + 1 outputChatBox ( "All Players Give[ ".. XP .." XP ] and [ ".. Money .."$ ] Send Number [ ".. SendNumber .." Players]",0,255,0) setElementData(Player, "Money", (getElementData(Player, "Money") or 0) + Money) setElementData(Player, "XP", (getElementData(Player, "XP") or 0) + XP) playSoundFrontEnd(5) end setTimer(bazooka,120000,0) setTimer(bazooka,3000,1) Edited October 17, 2016 by #bazooka Link to comment
#BrosS Posted October 17, 2016 Share Posted October 17, 2016 giveWeapon(source, 31, 5000, ) -- هذا مثال تعطي 5000 رصاصة ل ام 4 Link to comment
#bazooka Posted October 17, 2016 Author Share Posted October 17, 2016 (edited) 13 minutes ago, #BrosS said: giveWeapon(source, 31, 5000, ) -- هذا مثال تعطي 5000 رصاصة ل ام 4 طيب .. بجرب 13 minutes ago, #BrosS said: giveWeapon(source, 31, 5000, ) -- هذا مثال تعطي 5000 رصاصة ل ام 4 ممكن تسويه ؟ ضض ي بروس ي بطل Edited October 17, 2016 by #bazooka Link to comment
#BrosS Posted October 17, 2016 Share Posted October 17, 2016 والله الحين فاتح جوال ذذ Link to comment
Ja[B]er[X]Pro Posted October 17, 2016 Share Posted October 17, 2016 (edited) SendN = 0 function give(playerr) SendN = SendN + 1 if playerr == getElementType(playerr) == 'player' then outputChatBox("All Players Give [ 100 XP ] and [ 5000$ ] and [ 50 M4 ]",playerr,0,255,0) setElementData(playerr, "Money", (getElementData(playerr, "Money") or 0) + 5000) setElementData(playerr, "XP", (getElementData(playerr, "XP") or 0) + 100) giveWeapon(playerr,31,50) playSoundFrontEnd(5) end end setTimer(give,120000,0) setTimer(give,3000,1) ضع مكان 31 ايدي السلاح ومكان 50 عدد الرصاص وفي كود اخراج كلام بالشات عدل ال 50 M4 إلى اسم السلاح وعدد الرصاص Edited October 17, 2016 by Ja[B]er[X]Pro 1 Link to comment
#bazooka Posted October 18, 2016 Author Share Posted October 18, 2016 19 hours ago, Jaer[X]Pro said: SendN = 0 function give(playerr) SendN = SendN + 1 if playerr == getElementType(playerr) == 'player' then outputChatBox("All Players Give [ 100 XP ] and [ 5000$ ] and [ 50 M4 ]",playerr,0,255,0) setElementData(playerr, "Money", (getElementData(playerr, "Money") or 0) + 5000) setElementData(playerr, "XP", (getElementData(playerr, "XP") or 0) + 100) giveWeapon(playerr,31,50) playSoundFrontEnd(5) end end setTimer(give,120000,0) setTimer(give,3000,1) ضع مكان 31 ايدي السلاح ومكان 50 عدد الرصاص وفي كود اخراج كلام بالشات عدل ال 50 M4 إلى اسم السلاح وعدد الرصاص مشككور # Link to comment
#BrosS Posted October 18, 2016 Share Posted October 18, 2016 4 minutes ago, #bazooka said: مشككور # العفو ماسوينا شي اهئ Link to comment
#bazooka Posted October 18, 2016 Author Share Posted October 18, 2016 Just now, #BrosS said: العفو ماسوينا شي اهئ ههههههههههههههههههههه وانت مشكور ولو Link to comment
#BrosS Posted October 18, 2016 Share Posted October 18, 2016 Just now, #bazooka said: ههههههههههههههههههههه وانت مشكور ولو حياك الله Link to comment
Abdul KariM Posted October 18, 2016 Share Posted October 18, 2016 20 hours ago, Jaer[X]Pro said: SendN = 0 function give(playerr) SendN = SendN + 1 if playerr == getElementType(playerr) == 'player' then outputChatBox("All Players Give [ 100 XP ] and [ 5000$ ] and [ 50 M4 ]",playerr,0,255,0) setElementData(playerr, "Money", (getElementData(playerr, "Money") or 0) + 5000) setElementData(playerr, "XP", (getElementData(playerr, "XP") or 0) + 100) giveWeapon(playerr,31,50) playSoundFrontEnd(5) end end setTimer(give,120000,0) setTimer(give,3000,1) ضع مكان 31 ايدي السلاح ومكان 50 عدد الرصاص وفي كود اخراج كلام بالشات عدل ال 50 M4 إلى اسم السلاح وعدد الرصاص كودك خاطئ ماهب معرفة playerr لان عندك ولو تقولي كلينت , فنكشن اعطاء سلاح سيرفر ف يحتاج الى لوب 1 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