تفضل الكلمة عيشن توزيع
giveall
addCommandHandler ( "giveall",
function ( player, cmd, mon )
if isObjectInACLGroup('user.'..getAccountName(getPlayerAccount(player)),aclGetGroup('Console'))then
if tonumber ( mon) ~= nil then
for id, b in ipairs ( getElementsByType ( "player" ) ) do
setElementData(b, "Money", (getElementData(b, "Money") or 0) + mon)
outputChatBox( '$' .. ad99 .. ' بتوزيع مبلغ ' .. getPlayerName( player ) .. ' قام الادمن', root, 0, 255, 0 )
end
end
end
end)