Jump to content

طلب التعديل على كود#


Recommended Posts

السلام عليكم ...

أخباركم ,,, : #

عندي لوحة تفتح بكوماند باف 8 بدي اعمل تعديل بسيط عليها تصير تفتح بزر بدل كوماند

هاد الكود

function roadblockGUI() 
    if getTeamName(getPlayerTeam(getLocalPlayer())) ~= "Staff" then return end 
    if isPedInVehicle(getLocalPlayer()) then return end 
    if isElement(object) then return end 
    guiSetVisible(roadblocksWindow,not guiGetVisible(roadblocksWindow)) 
    showCursor(guiGetVisible(roadblocksWindow)) 
end 
addCommandHandler("roadblock",roadblockGUI) 

جربت اعدل عالكود زبط بس طلع فيه كم مشكلة :D

اللي بقدر يساعد حياه الله ... في إنتظار الرد : #

Link to comment

bindKey ( "F3", "down", 
function () 
    if getTeamName(getPlayerTeam(getLocalPlayer())) ~= "Staff" then return end 
    if isPedInVehicle(getLocalPlayer()) then return end 
    if isElement(object) then return end 
    guiSetVisible(roadblocksWindow,not guiGetVisible(roadblocksWindow)) 
    showCursor(guiGetVisible(roadblocksWindow)) 
end ) 
Link to comment
bindKey ( "F3", "down", 
function () 
    if getTeamName(getPlayerTeam(getLocalPlayer())) ~= "Staff" then return end 
    if isPedInVehicle(getLocalPlayer()) then return end 
    if isElement(object) then return end 
    guiSetVisible(roadblocksWindow,not guiGetVisible(roadblocksWindow)) 
    showCursor(guiGetVisible(roadblocksWindow)) 
end ) 

يسلمو + يعطيك العافية ... تمت الإفادة : ]

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