Jump to content

استفسار


Recommended Posts

شباب

انا عامل متغير

بس المتغير عامله كلينت

يعني عامله لما يضغط ع زر يحط متغير

انا عايز المتغير يبقى سيرفر كمان

عايز احطه سيرفر كمان ازاي ؟؟

Edited by Ahmed Araby
Link to comment
12 hours ago, FaHaD said:

المفترض يشتغل اذا شلت اللوكل ورني ارسالك من الكلاينت كامل واستقبالك بالسيرفر كامل

طيب شكرا

دلوقتي انا بعمل حاجه تانيه

انا عامل لوب يجيب كل الماركرات

عايز لما اضغط دبل كليك على الماركر ينقلني عندو

بس مش عارف ازاي


addEventHandler ( "onClientGUIDoubleClick", root,

 function (  )

    if ( source == GUIEditor.gridlist[1] ) then
 
 local row, col = guiGridListGetSelectedItem ( GUIEditor.gridlist[1] )
 if ( row and col and row ~= -1 and col ~= -1 ) then
 local markerP = guiGridListGetItemText ( GUIEditor.gridlist[1], row, col )
 setElementPosition(localPlayer,x,y,z)
 end
 end
 end)

 

Link to comment
12 hours ago, </Mr.Tn6eL> said:

ورني لوب الماركرات


function atualizarlista()
    guiGridListClear(GUIEditor.gridlist[1])
    if (guiGridListClear) then
    for id, marker in ipairs (getElementsByType("marker")) do
        local row = guiGridListAddRow(GUIEditor.gridlist[1])
        guiGridListSetItemText(GUIEditor.gridlist[1], row, 1, ("Marker"), false, false)
        guiGridListSetItemColor ( GUIEditor.gridlist[1], row, 1, 255, 255, 255, 255 )
end
end
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...