آبيهة ع آلـ Say
+
Team
ولآههنت ليش مآ آشتغل ذآ ؟
addEventHandler ( "onPlayerChat", root,
function ( _, msgType )
if ( msgType == 1 or msgType == 2 ) then
setPlayerMuted( source,true )
outputChatBox ( "#FF0000Wait 15 Seconds !", source, 255, 255, 255, true )
setTimer (
function ( source )
setPlayerMuted ( source,false )
end,5000,1,source
)
end
end
)