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
إلى اسم السلاح وعدد الرصاص