Jump to content

الميوت


AL-SAYED

Recommended Posts

Posted

بغيت كودين

1.اذا اللاعب قال امبي ادمنية يعطيه ميوت دقيقة

2.وحفظ الميوت عشان اللاعب اذا دش وطلع للحين الميوت عليه

ملاحظه:انا بسوي الكودين بس عطوني شنو استخدم

واذا ما عرفت بقول لكم

Posted
بغيت كودين

1.اذا اللاعب قال امبي ادمنية يعطيه ميوت دقيقة

2.وحفظ الميوت عشان اللاعب اذا دش وطلع للحين الميوت عليه

ملاحظه:انا بسوي الكودين بس عطوني شنو استخدم

واذا ما عرفت بقول لكم

استخدم

أحداث

onPlayerChat -- عند التحدث في الشات

onPlayerJoin -- عند الدخول الى السيرفر

onPlayerQuit -- عند الخروج من السيرفر

  
string.find 
string.lower 
setTimer 
setPlayerMuted 
setAccountData 
  

Posted
function (admin) 
if message = ممكن ادمنية 
setplayermute (source),true 
 outputChatBox ( getPlayerName ( source ).." لقد حصل على ميوت", 
 end 
    end 
addEventHandler ( "onPlayerChat", getRootElement(), admin ) 

Posted
function (admin) 
if message = ممكن ادمنية 
setplayermute (source),true 
 outputChatBox ( getPlayerName ( source ).." لقد حصل على ميوت", 
 end 
    end 
addEventHandler ( "onPlayerChat", getRootElement(), admin ) 

انت تسوي اي شي وخلاص ؟

Posted
function (admin) 
if message = ممكن ادمنية 
setplayermute (source),true 
 outputChatBox ( getPlayerName ( source ).." لقد حصل على ميوت", 
 end 
    end 
addEventHandler ( "onPlayerChat", getRootElement(), admin ) 

function admin (message) 
     if message == "ممكن ادمنية" then 
          setPlayerMuted(source, true) 
          outputChatBox(getPlayerName(source).." لقد حصل على ميوت", root, 255,0,0) 
     end 
end 
addEventHandler("onPlayerChat", root, admin) 

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...