SaydOo Posted May 19, 2013 Share Posted May 19, 2013 addCommandHandler("gw", function(player, cmd, id, amount) local Team = getPlayerTeam(player) if Team and id and amount then local WeaponName = getWeaponNameFromID(tonumber(id)) for i, players in ipairs(getElementsByType("player")) do if Team == getPlayerTeam(player) then giveWeapon(players, tonumber(id), tonumber(amount)) outputChatBox(getPlayerName(player).." قد وزع "..WeaponName.." !", players, 0,0,255,true) end end end end) ابي يوزع اسلحة فقط لتيم بوليسس لاني مليت وانا اغير في player واعدل فيه اوحط Police ماصار Link to comment
iMr.Dawix~# Posted May 19, 2013 Share Posted May 19, 2013 جرب addCommandHandler("gw", function(player, cmd, id, amount) local Team = getTeamFromName("Police") if Team and id and amount then local WeaponName = getWeaponNameFromID(tonumber(id)) for i, players in ipairs(getPlayersInTeam(Team)) do giveWeapon(players, tonumber(id), tonumber(amount)) outputChatBox(getPlayerName(player).." قد وزع "..WeaponName.." !", players, 0,0,255,true) end end end) Link to comment
SaydOo Posted May 19, 2013 Author Share Posted May 19, 2013 جرب addCommandHandler("gw", function(player, cmd, id, amount) local Team = getTeamFromName("Police") if Team and id and amount then local WeaponName = getWeaponNameFromID(tonumber(id)) for i, players in ipairs(getPlayersInTeam(Team)) do giveWeapon(players, tonumber(id), tonumber(amount)) outputChatBox(getPlayerName(player).." قد وزع "..WeaponName.." !", players, 0,0,255,true) end end end) تسلمم حبي شغالل الله يعطيك الف عافية Link to comment
jafar Posted May 21, 2013 Share Posted May 21, 2013 احس ان الكود مو غريب علي https://forum.multitheftauto.com/viewtopic.php?f=119&t=48684 Link to comment
iMr.Dawix~# Posted May 21, 2013 Share Posted May 21, 2013 احس ان الكود مو غريب علي https://forum.multitheftauto.com/viewtopic.php?f=119&t=48684 يهب وش ذا كيف جبته قديم Link to comment
jafar Posted May 21, 2013 Share Posted May 21, 2013 احس ان الكود مو غريب علي https://forum.multitheftauto.com/viewtopic.php?f=119&t=48684 يهب وش ذا كيف جبته قديم Link to comment
iPrestege Posted May 21, 2013 Share Posted May 21, 2013 احس ان الكود مو غريب علي https://forum.multitheftauto.com/viewtopic.php?f=119&t=48684 يهب وش ذا كيف جبته قديم فية بحث اكتب كلمة من الكود تطلع لك النتائج .. Link to comment
iMr.Dawix~# Posted May 21, 2013 Share Posted May 21, 2013 فية بحث اكتب كلمة من الكود تطلع لك النتائج .. يب بس صعب لأن لازم اطابق الحروف باللي ابحث عنه :] واذا كتبت شيء من الكود يطلع نتائج كثيره 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