Ahmed Araby Posted October 22, 2016 Share Posted October 22, 2016 (edited) شباب انا عامل متغير بس المتغير عامله كلينت يعني عامله لما يضغط ع زر يحط متغير انا عايز المتغير يبقى سيرفر كمان عايز احطه سيرفر كمان ازاي ؟؟ Edited October 22, 2016 by Ahmed Araby Link to comment
iPrestege Posted October 22, 2016 Share Posted October 22, 2016 ارسل المتغير بالترايقر؟؟ Link to comment
Ahmed Araby Posted October 22, 2016 Author Share Posted October 22, 2016 12 hours ago, FaHaD said: ارسل المتغير بالترايقر؟؟ جربت منفعش addEvent("GetTheGr",true) function SetGroup(groupName) local groupName = groupName end addEventHandler("GetTheGr", root, SetGroup) ------ triggerServerEvent("GetTheGr",localPlayer,groupName) Link to comment
</Mr.Tn6eL> Posted October 22, 2016 Share Posted October 22, 2016 local احذف السبب لأنه يجعل المتغير موجود في البلوك فقط 1 Link to comment
Ahmed Araby Posted October 22, 2016 Author Share Posted October 22, 2016 12 hours ago, </Mr.Tn6eL> said: local احذف السبب لأنه يجعل المتغير موجود في البلوك فقط جربت منفعش Link to comment
</Mr.Tn6eL> Posted October 22, 2016 Share Posted October 22, 2016 جرب غير اسم المتغير Link to comment
iPrestege Posted October 22, 2016 Share Posted October 22, 2016 المفترض يشتغل اذا شلت اللوكل ورني ارسالك من الكلاينت كامل واستقبالك بالسيرفر كامل Link to comment
Ahmed Araby Posted October 22, 2016 Author Share Posted October 22, 2016 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
Ahmed Araby Posted October 22, 2016 Author Share Posted October 22, 2016 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
</Mr.Tn6eL> Posted October 22, 2016 Share Posted October 22, 2016 ضع هذا الكود في اللوب guiGridListSetItemData(GUIEditor.gridlist[1], row, 1, {getElementPosition(marker)}) واستخدم السطر الآتي للانتقال setElementPosition(localPlayer, unpack(guiGridListGetItemData(GUIEditor.gridlist[1], row, 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