Jump to content

طلب كود بسيط


SCi

Recommended Posts

اذا سويت مثلا tonumber(data) 

جمب اعطاء السلاح ووقت عطيت السلاح وطلعت الرسالة والداتا طلعتلي الايدي حق السلاح بالشات طيب انا ابي وقت اعطي سلاح يكتبلي اسمه يعني كل سلاح اكتب الايدي تبعه في الاديت بوكس يكتبلي مثلا تم إعطائك ام فور تم اعطائك كوليت 

Edited by SCi
Link to comment

getWeaponNameFromID( id ) -- id ( اي دي السلاح الي تبغى يجي اسمه )

example :

local weaponname = getWeaponNameFromID ( 31 )
outputChatBox("get weapon name from id : "..weaponname.."")
-- النتيجة
get weapon name from id : M4

 

  • Like 1
Link to comment
6 hours ago, SCi said:

اذا سويت مثلا tonumber(data) 

جمب اعطاء السلاح ووقت عطيت السلاح وطلعت الرسالة والداتا طلعتلي الايدي حق السلاح بالشات طيب انا ابي وقت اعطي سلاح يكتبلي اسمه يعني كل سلاح اكتب الايدي تبعه في الاديت بوكس يكتبلي مثلا تم إعطائك ام فور تم اعطائك كوليت 

 6rB طبعن بعد كالام الأخ

 عندي لك مثال اذا بدك يطلع اسم السلاح في شات بوكس او انك بدك تطلع اسم السلاح وايدي سلاح وعدد رصاص او ماشابه

function giveWeapons(Name,ID,Ammo)
  giveWeapon(source, Name, ID, Ammo, true)
  outputChatBox("#00BFFF* #c1c1c1You Weapon #FF0000[ "..Name.." ]#c1c1c1with got #00BFFF: #FF0000[ "..getWeaponNameFromID(ID).." ]#c1c1c1with ammo #00BFFF: #FF0000[ "..Ammo.." ]#00BFFF.", source,0,255,0,true)
end
addCommandHandler("giveWeapon", giveWeapons)

 

Edited by Mr.Hugin
  • Like 1
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...