Jump to content

كيف دي ؟


Recommended Posts

addCommandHandler("سلاح", -- الامر من اف 8 
function (player) -- الوظيفه 
giveWeapon(player, id, ammo, true) -- id = رقم السلاح ammo = عدد الطلقات 
end -- اغلاق الوظيفه 
) -- اغلاق 
  
addCommandHandler("إخلاء", -- الامر من اف 8 
function (player) -- الوظيفه 
takeWeapon(player, id) -- id = رقم السلاح 
end -- اغلاق الوظيفه 
) -- اغلاق 
Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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