Jump to content

'j"button


Recommended Posts

جرب هذا الكود

function onPreFunction( _, _, _, _, _, ... )
local args = { ... } ; 
if ( #args > 0 and args[1]:find ( "Debes" ) ) then 
return 'skip'
end
end
addDebugHook( "preFunction", onPreFunction,{"outputChatBox"})

 

Link to comment
4 hours ago, Hakan said:

جرب هذا الكود


function onPreFunction( _, _, _, _, _, ... )
local args = { ... } ; 
if ( #args > 0 and args[1]:find ( "Debes" ) ) then 
return 'skip'
end
end
addDebugHook( "preFunction", onPreFunction,{"outputChatBox"})

 

يستخدم للديبق فقط.. ولا يستخدم بشكل أساسي, أي انك بتستخدم كود الأخ مع اضافة 
دالة الطباعة لمعرفة مكان تنفيذ دالة طباعة في الشات

ومنها توقف عمل المود هناك.

Link to comment

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