Jump to content

x[ طلب تصحيح كود ]x : Derby


Recommended Posts

آلسلام عليكم

 

آبي آن لمآ آجي آفتح آللوحة بعآلم 30 يطلع كلآم بآلشآت

لكن آلمشكلة مآ يطلع شي

ممكن تصحيح للكود

 

buttons = {
    ['F1'] = true,
    ['F3'] = true,
}
 
addEventHandler( 'onClientKey', root, function (button , prees)
    if prees and getElementDimension(localPlayer) == 30 then
        if buttons[button] then
		         outputChatBox("غير مصرح لك بفتح اللوحة الان ", source, 255, 0, 0)
            cancelEvent()
        end
    end
end)

 

Edited by Mohamed Salah
Link to comment
buttons = {
    ['F1'] = true,
    ['F3'] = true,
}
 
addEventHandler( 'onClientKey', root, function (button , prees)
    if prees and getElementDimension(localPlayer) == 30 then
        if buttons[button] then
        	outputChatBox( "Text", 255, 0, 0, true )
            cancelEvent()
        end
    end
end)

 

Edited by Source|>
Link to comment
2 hours ago, Source|> said:

buttons = {
    ['F1'] = true,
    ['F3'] = true,
}
 
addEventHandler( 'onClientKey', root, function (button , prees)
    if prees and getElementDimension(localPlayer) == 30 then
        if buttons[button] then
        	outputChatBox( "Text", 255, 0, 0, true )
            cancelEvent()
        end
    end
end)

 

طيب لو آبي آسوي آن مآحد يقدر يكتب آدمن بآف 8 وتفتح

 

آنآ سويتهآ لكن مدري وش آلمشكلة تفتح عآدي

Link to comment
buttons = {
    ['F1'] = true,
    ['F3'] = true,
 	['p'] = true,
}
 
addEventHandler( 'onClientKey', root, function (button , prees)
    if prees and getElementDimension(localPlayer) == 30 then
        if buttons[button] then
        	outputChatBox( "Text", 255, 0, 0, true )
            cancelEvent()
        end
    end
end)

 

Link to comment
26 minutes ago, Mohamed Salah said:

طيب لو آبي آسوي آن مآحد يقدر يكتب آدمن بآف 8 وتفتح

 

آنآ سويتهآ لكن مدري وش آلمشكلة تفتح عآدي

تقدر تعدلها من لوحة الادمن

Link to comment
13 hours ago, Source|> said:

buttons = {
    ['F1'] = true,
    ['F3'] = true,
 	['p'] = true,
}
 
addEventHandler( 'onClientKey', root, function (button , prees)
    if prees and getElementDimension(localPlayer) == 30 then
        if buttons[button] then
        	outputChatBox( "Text", 255, 0, 0, true )
            cancelEvent()
        end
    end
end)

 

لا اقصد لو احد كتب باف 8 ادمن ما تفتح لو بعالم 30

13 hours ago, MR.Mosa said:

تقدر تعدلها من لوحة الادمن

كيف

Edited by Mohamed Salah
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...