0 Üye ve 1 Ziyaretçi konuyu incelemekte.
addCommandHandler ( "silah", function (thePlayer,_,silah) local adi = getPlayerName(thePlayer) local kadi = getAccountName ( getPlayerAccount ( thePlayer ) ) if isObjectInACLGroup ("user."..kadi, aclGetGroup ( "Admin" ) ) then local silah = getWeaponNameFromID ( silah ) if ( silah ) then giveWeapon ( getRootElement(), silah, 100 ) else outputChatBox ( "silah bulunamadi." ) end outputChatBox ( "" .. adi .. " #ff9900sunucudaki herkese #00ff00".. silah .."(100 mermi) #ff9900verdi.", getRootElement(), 255, 255, 255, true ) end end )