+Source|> Posted May 20, 2018 Share Posted May 20, 2018 (edited) الحين ابي اسوي مود لو لاعب كتب كلمه في الشات يجيه ساعات كيف اسويه؟ addEventHandler("onPlayerChat",root, function ( msg, type, plr ) if ( type == 0 and msg == statTime ) then outputChatBox( "#ff9900* ≈ ( #ffff00".. eT2 .."#ff9900 ) #ff9900 أسرع كـاتب وربح ساعـات وقدرهـا ( #ffffff ".. getPlayerName( source ):gsub( "#%x%x%x%x%x%x", "" ) .." #ff9900 ) اللاعب ",root,0,255,0,true) playSoundFrontEnd( root, 30 ) statTime = nil local sValue = getElementData( source,'PlayTime' ) if not sValue then sValue = '0:0:0' end local data = split(sValue,':') local hour = tonumber( data[1] ) if hour == nil or not tonumber( hour ) then hour = 0 end end end ) ملحوظه : مربوط مع مود الساعات المعروف Edited May 20, 2018 by +Source|> Link to comment
فاّرس Posted May 20, 2018 Share Posted May 20, 2018 مالي علم بذا المود، ولكن دام أنه فيه داتا استخدم . عشان تعطيه ساعات setElementData وظيفة Link to comment
+Source|> Posted May 21, 2018 Author Share Posted May 21, 2018 1 hour ago, Sha67 said: مالي علم بذا المود، ولكن دام أنه فيه داتا استخدم . عشان تعطيه ساعات setElementData وظيفة معرفت ما ظبط Link to comment
|M.r|LooFe| Posted May 21, 2018 Share Posted May 21, 2018 اخي هو عن طريق تربط هذه الاكواد بمود الساعات لو بدك ارسلي ملف server او hou اسويلك ياها منه 1 Link to comment
Doffy Posted May 22, 2018 Share Posted May 22, 2018 جرب .# addEventHandler("onPlayerChat",root, function ( msg, type, plr ) if ( type == 0 and msg == statTime ) then outputChatBox( "#ff9900* ≈ ( #ffff00".. eT2 .."#ff9900 ) #ff9900 أسرع كـاتب وربح ساعـات وقدرهـا ( #ffffff ".. getPlayerName( source ):gsub( "#%x%x%x%x%x%x", "" ) .." #ff9900 ) اللاعب ",root,0,255,0,true) playSoundFrontEnd( root, 30 ) statTime = nil triggerEvent ( "addTime", source, getPlayerName(source),tonumber(1) ) -- 1 هو عدد الساعات end end ) 1 Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now