-
Posts
854 -
Joined
-
Last visited
-
Days Won
6
Everything posted by MR.GRAND
-
طيب هي موجودة من الآصل ليه تضيفها مرة ثانية يبي يضيف اشياء ثانية
-
يعني أنت مسوي قريد ليست وتبي تضيف رقم السكن حق اللاعب ؟؟ وتبي تضيف عدد موته ؟؟ guiGridListSetItemText -- الشخصية getElementModel -- عدد الموت "onPlayerWasted" getElementType getElementData setElementData هو يقصد يبي يضيف كولمن جديد بالتاب زي الساعات والدرفت .. الخ
-
# Event : 'onResourceStart' # Function( ) call (getResourceFromName( "resource" ), "addScoreboardColumn","Coulmn") -- resource = إسم مود التاب -- Coulmn = إسم الكولمن اللي تبي تضيفه للتاب getElementModel 'onPlayerWasted' setElementData getElementData
-
حاليا لا ماينقل لو بتيم واموت نفسي ماينقل يعني اقصد لو تضغط على تيم من اللوحة وتدوس انتقال ينقلك ؟
-
الحين قلي لو انت بتيم شرطة مثلا وانتقلت من القريد لست ينقلك ؟ حتى اكمل لك الباقي
-
Teams = { {"Police",1154.412109375, -639.7060546875, 104.15550231934 }, {"Army",1236.359375, -619.701171875, 103.74805450439 }, } GUIEditor = { gridlist = {}, button = {} } wnd = guiCreateWindow(324, 140, 394, 514, "الآنتقالات", false) guiWindowSetSizable(wnd, false) guiSetVisible ( wnd, false ) GUIEditor.button[1] = guiCreateButton(64, 439, 244, 65, "انتقال", false, wnd) guiSetProperty(GUIEditor.button[1],"NormalTextColour", "FF00FF00") gr = guiCreateGridList(30, 72, 324, 363, false, wnd) guiGridListSetSelectionMode(gr,1) guiGridListAddColumn(gr, "المكان", 0.9) addEvent("onClientGUIClick",true) addEventHandler("onClientGUIClick",root, function () local Check = guiGridListGetItemText ( gr, guiGridListGetSelectedItem ( gr ), 1 ) if ( getPlayerTeam == getTeamFromName (Check) ) then local sel = guiGridListGetSelectedItem(gr) if source == GUIEditor.button[1] then if sel ~= -1 then local x,y,z = unpack(guiGridListGetItemData(gr,sel,1)) setElementPosition(localPlayer,x,y,z) guiSetVisible ( wnd, false ) showCursor(false) guiSetInputEnabled(false) else return end end end end ) function OpenWin() if guiGetVisible ( wnd ) then guiSetVisible ( wnd, false ) showCursor( false ) else guiSetVisible ( wnd, true ) showCursor( true ) end end bindKey("F6", "down", OpenWin) for i,v in ipairs(Teams) do local row = guiGridListAddRow(gr) guiGridListSetItemText(gr,row,1,v[1],false,false) guiGridListSetItemData(gr,row,1,{v[2],v[3],v[4]}) end addEventHandler('onClientPlayerWasted',root, function ( ) if ( source == GUIEditor.button[1] ) then if ( guiGridListGetSelectedItem ( gr ) ~= -1 ) then local x,y,z = unpack(guiGridListGetItemData(gr,guiGridListGetSelectedItem ( gr ),1)) setElementPosition(getLocalPlayer(),x,y,z) setElementData(getLocalPlayer(),'x',x) setElementData(getLocalPlayer(),'y',y) setElementData(getLocalPlayer(),'z',z) end end end) addEventHandler('onClientPlayerWasted',root, function ( ) local x,y,z = getElementData(getLocalPlayer(),'x'),getElementData(getLocalPlayer(),'y'),getElementData(getLocalPlayer(),'z') setTimer(function ( ) setElementPosition (localPlayer,x,y,z) end ,6000, 1 ) end )
-
انت حاط الكود لو اتحقق إنك كونسل مايوديك لمقر الادمنية اللي انت مسويه أفهم الكود كامل return وشوف الـ احح ماشفتها ضض1
-
انت حاط الكود لو اتحقق إنك كونسل مايوديك لمقر الادمنية اللي انت مسويه
-
اضمن ؟؟ , وش الفايدة ماشتغل عنده
-
جرب Team = { ["Police"] = {1154.412109375, -639.7060546875, 104.15550231934}, ["Army"] = {1236.359375, -619.701171875, 103.74805450439}, } GUIEditor = { gridlist = {}, button = {} } wnd = guiCreateWindow(324, 140, 394, 514, "الآنتقالات", false) guiWindowSetSizable(wnd, false) guiSetVisible ( wnd, false ) GUIEditor.button[1] = guiCreateButton(64, 439, 244, 65, "انتقال", false, wnd) guiSetProperty(GUIEditor.button[1],"NormalTextColour", "FF00FF00") gr = guiCreateGridList(30, 72, 324, 363, false, wnd) guiGridListAddColumn(gr, "المكان", 0.9) function OpenWin() if guiGetVisible ( wnd ) then guiSetVisible ( wnd, false ) showCursor( false ) else guiSetVisible ( wnd, true ) showCursor( true ) end end bindKey("F6", "down", OpenWin) function Teams( ) if ( getPlayerTeam == getTeamFromName (Team) ) then for i,v in ipairs (Team) do local row = guiGridListAddRow ( gr ) guiGridListSetItemText(gr,row,1,v[1],false,false) guiGridListSetItemData(gr,row,1,{ v[2],v[3],v[4] }) end end end addEventHandler('onClientPlayerWasted',root, function ( ) if ( source == GUIEditor.button[1] ) then if ( guiGridListGetSelectedItem ( gr ) ~= -1 ) then local x,y,z = unpack(guiGridListGetItemData(gr,guiGridListGetSelectedItem ( gr ),1)) setElementPosition(getLocalPlayer(),x,y,z) setElementData(getLocalPlayer(),'x',x) setElementData(getLocalPlayer(),'y',y) setElementData(getLocalPlayer(),'z',z) end end end) addEventHandler('onClientPlayerWasted',root, function ( ) local x,y,z = getElementData(getLocalPlayer(),'x'),getElementData(getLocalPlayer(),'y'),getElementData(getLocalPlayer(),'z') setTimer(function ( ) setElementPosition (localPlayer,x,y,z) end ,6000, 1 ) end )
-
100% addEventHandler("onClientGUIClick",root, function ( ) if source == GUIEditor_Button[1] then sound = playSound ("Files/click.mp3") end end )
-
addEventHandler ( "onClientGUIClick", root, function ( ) if ( source == GUIEditor.button[1] ) then UserName1 = guiGetText ( GUIEditor.edit[1] ) PassWord1 = guiGetText ( GUIEditor.edit[2] ) if ( UserName1 ~= "" and PassWord1 ~= "" ) then triggerServerEvent ( "Register", localPlayer, Username1, Password1 ) guiSetVisible(Window,false) -- Window = اسم اللوحة showCursor(false) outputChatbOX("# تم التسجيل !",0,255,0,true) elseif ( source == GUIEditor.button[2] ) then UserName = guiGetText ( GUIEditor.edit[3] ) -- اسم الأيدت الاول PassWord = guiGetText ( GUIEditor.edit[4] ) -- اسم الأيدت الثاني if ( UserName ~= "" and PassWord ~= "" ) then triggerServerEvent ( "Login", localPlayer, Username, Password ) guiSetVisible(Window,false) -- Window = اسم اللوحة showCursor(false) outputChatbOX("# تم تسجيل الدخول !",0,255,0,true) end end end end )
-
الحين انت عدلته وحطيته خلاص كنت مو حاططه انت ^^
-
Client -- addEvent("GET",true) addEventHandler("GET",root, guiSetText(coby12,) ذا الحدث اللي بالكلنت انت مو حاطه .. يبيله تكملة
-
ERROR: Server triggered clientside Get, but event is not added clientside أنت ماسويت الحدث اللي بالكلنت ض1
-
الحين وش اسويله ؟؟ صار كذا وماضبط function Select() local TexT_Show = guiGridListGetItemText ( GridList, guiGridListGetSelectedItem ( GridList ), 1 ) SET = getPlayerSerial( getPlayerFromName( TexT_Show ) ) guiSetText (coby12, SET ) end addEventHandler ("onClientGUIClick", GridList, Select)
-
جربت نفس الكلام وماضبط function Select() local TexT_Show = guiGridListGetItemText ( GridList, guiGridListGetSelectedItem ( GridList ), 1 ) Serial = getPlayerFromName( TexT_Show ) guiSetText (coby12, getPlayerSerial (Serial) ) end addEventHandler ("onClientGUIClick", GridList, Select)
-
هلآ بالعيال , كيفكم ؟ ابي فنكشن اللي يجيب سيريال أي لاعب احدده في جريد لست
-
مزحة يشيخ خخخخخخ اصلآ انحلت خلآص
-
بطلب فنكشنات واسويها بالاخير انا , بعدين المنتدى للمساعدة كمان بلآك نكست # لو كنت احسن مني تبرمج تعال وخلي اتحداك تسوي امامي اكواد وتكتبهم وتسوي مود من الصفر بدون مــ تجيب شي وخلي اطلع كذبك مسوي مبرمج خخخخخ