
===|OSAMA|===
Members-
Posts
463 -
Joined
-
Last visited
Everything posted by ===|OSAMA|===
-
ifالأولى لإغلآق الـ endبس حبيت اوضح شي , أنه الـ functionالثآنيةة لإغلآق الـ endو الـ #
-
مشكور اشتغل كذا الردود ولا بلاش ( مشكور اسامه + بريستنق على تعبكم ..~ ) العفو , ذا الخطأ منكـ مفروض تعرف تستخدم الجيو ايديتور وماله دخل بالجيو ست فيزبل .. # على كل حآل اسفين عالإطالة / كنت احط الكود بسسع بدون تدقيق
-
تستهبل انت ؟ ما جربت الكود يبو سطر 28 مهو ست فيزبل ولا 24 اقول جرب الكود ثم رد
-
warning: vip\vip.lua:24: Bad Argument @'guisetvisivle'[Expected element at argument 1,got nil] warning: vip\vip.lua:28: Bad Argument @'guisetvisivle'[Expected element at argument 1,got nil] zzzzzzzzzz يا حبيبي الكود مافيه شي , بس انت شكلكـ ما جربت الي حطيته بالاقتابس جرب ذا الي بآخر رد لي .. GUIEditor = { staticimage = {}, button = {}, label = {}, } GUIEditor.staticimage[1] = guiCreateStaticImage(0.31, 0.25, 0.38, 0.35, "img/bg.png", false) guiSetVisible ( GUIEditor.staticimage[1], true ) gButtonsj = guiCreateButton(19, 88, 91, 65, "Discocar", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsj, "NormalTextColour", "FFAAAAAA") gButtonsa = guiCreateButton(202, 88, 91, 65, "Discolight", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsa, "NormalTextColour", "FFAAAAAA") gButtonsd = guiCreateButton(390, 88, 91, 65, "reset to none", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsd, "NormalTextColour", "FFAAAAAA") GUIEditor.label[1] = guiCreateLabel(2, 241, 188, 29, "This is a Resource made By JoKeR", false, GUIEditor.staticimage[1]) local font_0 = guiCreateFont("font.ttf") guiSetFont(GUIEditor.label[1], font_0) GUIEditor.label[2] = guiCreateLabel(438, 241, 98, 30, "For Clan rE", false, GUIEditor.staticimage[1]) guiSetFont(GUIEditor.label[2], font_0) function open() if (guiGetVisible(GUIEditor.staticimage[1]) == true) then guiSetVisible(GUIEditor.staticimage[1], false) showCursor(false) else guiSetVisible(GUIEditor.staticimage[1], true) showCursor(true) end end bindKey ( "F7", "down", open ) function trigger() if source == gButtonsj then triggerServerEvent("Discocar", getLocalPlayer()) elseif source == gButtonsa then triggerServerEvent("Discolight", getLocalPlayer()) elseif source == gButtonsd then triggerServerEvent("reset", getLocalPlayer()) end end addEventHandler ( 'onClientGUIClick', root, trigger )
-
يا حبيبي الكود مافيه شي , بس انت شكلكـ ما جربت الي حطيته بالاقتابس جرب ذا الي بآخر رد لي .. GUIEditor = { staticimage = {}, button = {}, label = {}, } GUIEditor.staticimage[1] = guiCreateStaticImage(0.31, 0.25, 0.38, 0.35, "img/bg.png", false) guiSetVisible ( GUIEditor.staticimage[1], true ) gButtonsj = guiCreateButton(19, 88, 91, 65, "Discocar", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsj, "NormalTextColour", "FFAAAAAA") gButtonsa = guiCreateButton(202, 88, 91, 65, "Discolight", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsa, "NormalTextColour", "FFAAAAAA") gButtonsd = guiCreateButton(390, 88, 91, 65, "reset to none", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsd, "NormalTextColour", "FFAAAAAA") GUIEditor.label[1] = guiCreateLabel(2, 241, 188, 29, "This is a Resource made By JoKeR", false, GUIEditor.staticimage[1]) local font_0 = guiCreateFont("font.ttf") guiSetFont(GUIEditor.label[1], font_0) GUIEditor.label[2] = guiCreateLabel(438, 241, 98, 30, "For Clan rE", false, GUIEditor.staticimage[1]) guiSetFont(GUIEditor.label[2], font_0) function open() if (guiGetVisible(GUIEditor.staticimage[1]) == true) then guiSetVisible(GUIEditor.staticimage[1], false) showCursor(false) else guiSetVisible(GUIEditor.staticimage[1], true) showCursor(true) end end bindKey ( "F7", "down", open ) function trigger() if source == gButtonsj then triggerServerEvent("Discocar", getLocalPlayer()) elseif source == gButtonsa then triggerServerEvent("Discolight", getLocalPlayer()) elseif source == gButtonsd then triggerServerEvent("reset", getLocalPlayer()) end end addEventHandler ( 'onClientGUIClick', root, trigger )
-
warning: vip\vip.lua:31: Bad Argument @'guisetvisivle'[Expected element at argument 1,got nil] warning: vip\vip.lua:35: Bad Argument @'guisetvisivle'[Expected element at argument 1,got nil] wtf ! وش ذا ؟ انت ناسخ الكود الف مرهـ ؟
-
GUIEditor = { staticimage = {}, button = {}, label = {}, } function ns() GUIEditor.staticimage[1] = guiCreateStaticImage(0.31, 0.25, 0.38, 0.35, "img/bg.png", false) guiSetVisible ( GUIEditor.staticimage[1], true ) gButtonsj = guiCreateButton(19, 88, 91, 65, "Discocar", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsj, "NormalTextColour", "FFAAAAAA") gButtonsa = guiCreateButton(202, 88, 91, 65, "Discolight", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsa, "NormalTextColour", "FFAAAAAA") gButtonsd = guiCreateButton(390, 88, 91, 65, "reset to none", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsd, "NormalTextColour", "FFAAAAAA") GUIEditor.label[1] = guiCreateLabel(2, 241, 188, 29, "This is a Resource made By JoKeR", false, GUIEditor.staticimage[1]) local font_0 = guiCreateFont("font.ttf") guiSetFont(GUIEditor.label[1], font_0) GUIEditor.label[2] = guiCreateLabel(438, 241, 98, 30, "For Clan rE", false, GUIEditor.staticimage[1]) guiSetFont(GUIEditor.label[2], font_0) end function open() if (guiGetVisible(GUIEditor.staticimage[1]) == true) then guiSetVisible(GUIEditor.staticimage[1], false) showCursor(false) else guiSetVisible(GUIEditor.staticimage[1], true) showCursor(true) end end bindKey ( "F7", "down", open ) function trigger() if source == gButtonsj then triggerServerEvent("Discocar", getLocalPlayer()) elseif source == gButtonsa then triggerServerEvent("Discolight", getLocalPlayer()) elseif source == gButtonsd then triggerServerEvent("reset", getLocalPlayer()) end end addEventHandler ( 'onClientGUIClick', root, trigger ) آسفين عالإطالة بس كل شوي احط الكود بدون ما ادقق
-
جربت ذا ؟ بآخر رد لي ؟ GUIEditor = { staticimage = {}, button = {}, label = {}, } function ns() GUIEditor.staticimage[1] = guiCreateStaticImage(0.31, 0.25, 0.38, 0.35, "img/bg.png", false) guiSetVisible ( GUIEditor.staticimage[1], true ) gButtonsj = guiCreateButton(19, 88, 91, 65, "Discocar", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsj, "NormalTextColour", "FFAAAAAA") gButtonsa = guiCreateButton(202, 88, 91, 65, "Discolight", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsa, "NormalTextColour", "FFAAAAAA") gButtonsd = guiCreateButton(390, 88, 91, 65, "reset to none", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsd, "NormalTextColour", "FFAAAAAA") GUIEditor.label[1] = guiCreateLabel(2, 241, 188, 29, "This is a Resource made By JoKeR", false, GUIEditor.staticimage[1]) local font_0 = guiCreateFont("font.ttf") guiSetFont(GUIEditor.label[1], font_0) GUIEditor.label[2] = guiCreateLabel(438, 241, 98, 30, "For Clan rE", false, GUIEditor.staticimage[1]) guiSetFont(GUIEditor.label[2], font_0) end function open() guiSetVisible(GUIEditor.staticimage[1],not guiGetVisible(GUIEditor.staticimage[1])) showCursor(guiGetVisible(GUIEditor.staticimage[1])) end bindKey("F7","down",open) function trigger() if source == gButtonsj then triggerServerEvent("Discocar", getLocalPlayer()) elseif source == gButtonsa then triggerServerEvent("Discolight", getLocalPlayer()) elseif source == gButtonsd then triggerServerEvent("reset", getLocalPlayer()) end end addEventHandler ( 'onClientGUIClick', root, trigger )
-
لو تحط قوس زآيد , رآحح تخرب الكود لأنه الأند تصير مالها دآعي و هو جربه وقلكـ وش جاهـ بالديبق جربتة وقسسم شغال يـآبن الحلال ما رح يشتغل من عقلكـ انت القوس الزايد ذا من وين رح يجي خخخ + الرجآل جربه مالهآ دآعي اجربه مبينه : / viewtopic.php?f=119&t=53104#p516243
-
لو تحط قوس زآيد , رآحح تخرب الكود لأنه الأند تصير مالها دآعي و هو جربه وقلكـ وش جاهـ بالديبق viewtopic.php?f=119&t=53104#p516243
-
لا مَ رح يشتغل لو في اقوآس زآيدة , شف رد عبدالله الأخير .. # unexpected symbol near ')'+'' expected near 'end' جربة! الرجآل جرب و مَ ضبط : / على كل حآل الكود يصير كذآ GUIEditor = { staticimage = {}, button = {}, label = {}, } function ns() GUIEditor.staticimage[1] = guiCreateStaticImage(0.31, 0.25, 0.38, 0.35, "img/bg.png", false) guiSetVisible ( GUIEditor.staticimage[1], true ) gButtonsj = guiCreateButton(19, 88, 91, 65, "Discocar", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsj, "NormalTextColour", "FFAAAAAA") gButtonsa = guiCreateButton(202, 88, 91, 65, "Discolight", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsa, "NormalTextColour", "FFAAAAAA") gButtonsd = guiCreateButton(390, 88, 91, 65, "reset to none", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsd, "NormalTextColour", "FFAAAAAA") GUIEditor.label[1] = guiCreateLabel(2, 241, 188, 29, "This is a Resource made By JoKeR", false, GUIEditor.staticimage[1]) local font_0 = guiCreateFont("font.ttf") guiSetFont(GUIEditor.label[1], font_0) GUIEditor.label[2] = guiCreateLabel(438, 241, 98, 30, "For Clan rE", false, GUIEditor.staticimage[1]) guiSetFont(GUIEditor.label[2], font_0) end function open() guiSetVisible(GUIEditor.staticimage[1],not GUIEditor.staticimage[1]) showCursor(guiGetVisible(GUIEditor.staticimage[1])) end bindKey("F7","down",open) function trigger() if source == gButtonsj then triggerServerEvent("Discocar", getLocalPlayer()) elseif source == gButtonsa then triggerServerEvent("Discolight", getLocalPlayer()) elseif source == gButtonsd then triggerServerEvent("reset", getLocalPlayer()) end end addEventHandler ( 'onClientGUIClick', root, trigger )
-
لا مَ رح يشتغل لو في اقوآس زآيدة , شف رد عبدالله الأخير .. # unexpected symbol near ')'+'' expected near 'end'
-
في عندكـ قوس زايد بالكود هنآ يصير كذآ function open() guiSetVisible(GUIEditor.staticimage[1],not GUIEditor.staticimage[1]) -- كان عندكـ قوس زايد showCursor(guiGetVisible(GUIEditor.staticimage[1])) end bindKey("F7","down",open)
-
GUIEditor = { staticimage = {}, button = {}, label = {}, } function ns() GUIEditor.staticimage[1] = guiCreateStaticImage(0.31, 0.25, 0.38, 0.35, "img/bg.png", false) guiSetVisible ( GUIEditor.staticimage[1], true ) gButtonsj = guiCreateButton(19, 88, 91, 65, "Discocar", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsj, "NormalTextColour", "FFAAAAAA") gButtonsa = guiCreateButton(202, 88, 91, 65, "Discolight", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsa, "NormalTextColour", "FFAAAAAA") gButtonsd = guiCreateButton(390, 88, 91, 65, "reset to none", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsd, "NormalTextColour", "FFAAAAAA") GUIEditor.label[1] = guiCreateLabel(2, 241, 188, 29, "This is a Resource made By JoKeR", false, GUIEditor.staticimage[1]) local font_0 = guiCreateFont("font.ttf") guiSetFont(GUIEditor.label[1], font_0) GUIEditor.label[2] = guiCreateLabel(438, 241, 98, 30, "For Clan rE", false, GUIEditor.staticimage[1]) guiSetFont(GUIEditor.label[2], font_0) end function openw() if guiGetVisible ( GUIEditor.staticimage[1] ) == true then guiSetVisible ( GUIEditor.staticimage[1], false) showCursor ( false ) else guiSetVisible ( GUIEditor.staticimage[1], true) showCursor ( true ) end end bindKey ("F7", "down", openw) function trigger() if source == gButtonsj then triggerServerEvent("Discocar", getLocalPlayer()) elseif source == gButtonsa then triggerServerEvent("Discolight", getLocalPlayer()) elseif source == gButtonsd then triggerServerEvent("reset", getLocalPlayer()) end end addEventHandler ( 'onClientGUIClick', root, trigger ) -_-"
-
GUIEditor = { staticimage = {}, button = {}, label = {}, } function ns() GUIEditor.staticimage[1] = guiCreateStaticImage(0.31, 0.25, 0.38, 0.35, "img/bg.png", false) guiSetVisible ( GUIEditor.staticimage[1], true ) gButtonsj = guiCreateButton(19, 88, 91, 65, "Discocar", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsj, "NormalTextColour", "FFAAAAAA") gButtonsa = guiCreateButton(202, 88, 91, 65, "Discolight", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsa, "NormalTextColour", "FFAAAAAA") gButtonsd = guiCreateButton(390, 88, 91, 65, "reset to none", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsd, "NormalTextColour", "FFAAAAAA") GUIEditor.label[1] = guiCreateLabel(2, 241, 188, 29, "This is a Resource made By JoKeR", false, GUIEditor.staticimage[1]) local font_0 = guiCreateFont("font.ttf") guiSetFont(GUIEditor.label[1], font_0) GUIEditor.label[2] = guiCreateLabel(438, 241, 98, 30, "For Clan rE", false, GUIEditor.staticimage[1]) guiSetFont(GUIEditor.label[2], font_0) end function openw() if guiSetVisible ( GUIEditor.staticimage[1], false) then showCursor ( false ) else guiSetVisible ( GUIEditor.staticimage[1], true) showCursor ( true ) end end bindKey ("F7", "down", openw) function trigger() if source == gButtonsj then triggerServerEvent("Discocar", getLocalPlayer()) elseif source == gButtonsa then triggerServerEvent("Discolight", getLocalPlayer()) elseif source == gButtonsd then triggerServerEvent("reset", getLocalPlayer()) end end addEventHandler ( 'onClientGUIClick', root, trigger )
-
root في عندكـ خطأ بالحدث منت حآط زايدة end و في عندكـ ! يصير كذآ function ns() GUIEditor.staticimage[1] = guiCreateStaticImage(0.31, 0.25, 0.38, 0.35, "img/bg.png", false) guiSetVisible ( GUIEditor.staticimage[1], true ) gButtonsj = guiCreateButton(19, 88, 91, 65, "Discocar", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsj, "NormalTextColour", "FFAAAAAA") gButtonsa = guiCreateButton(202, 88, 91, 65, "Discolight", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsa, "NormalTextColour", "FFAAAAAA") gButtonsd = guiCreateButton(390, 88, 91, 65, "reset to none", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsd, "NormalTextColour", "FFAAAAAA") GUIEditor.label[1] = guiCreateLabel(2, 241, 188, 29, "This is a Resource made By JoKeR", false, GUIEditor.staticimage[1]) local font_0 = guiCreateFont("font.ttf") guiSetFont(GUIEditor.label[1], font_0) GUIEditor.label[2] = guiCreateLabel(438, 241, 98, 30, "For Clan rE", false, GUIEditor.staticimage[1]) guiSetFont(GUIEditor.label[2], font_0) end function openw() if guiSetVisible ( GUIEditor.staticimage[1], false) then showCursor ( false ) else guiSetVisible ( GUIEditor.staticimage[1], true) showCursor ( true ) end bindKey ("F7", "down", openw) function trigger() if source == gButtonsj then triggerServerEvent("Discocar", getLocalPlayer()) elseif source == gButtonsa then triggerServerEvent("Discolight", getLocalPlayer()) elseif source == gButtonsd then triggerServerEvent("reset", getLocalPlayer()) end end addEventHandler ( 'onClientGUIClick', root, trigger ) 'end' expected (to close 'function' at line 17) near '' سوري بس انا ما دققت بالكود , انت قلت بالسطر 34 على كل حآل مافي مشكلة يصير كذآ function ns() GUIEditor.staticimage[1] = guiCreateStaticImage(0.31, 0.25, 0.38, 0.35, "img/bg.png", false) guiSetVisible ( GUIEditor.staticimage[1], true ) gButtonsj = guiCreateButton(19, 88, 91, 65, "Discocar", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsj, "NormalTextColour", "FFAAAAAA") gButtonsa = guiCreateButton(202, 88, 91, 65, "Discolight", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsa, "NormalTextColour", "FFAAAAAA") gButtonsd = guiCreateButton(390, 88, 91, 65, "reset to none", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsd, "NormalTextColour", "FFAAAAAA") GUIEditor.label[1] = guiCreateLabel(2, 241, 188, 29, "This is a Resource made By JoKeR", false, GUIEditor.staticimage[1]) local font_0 = guiCreateFont("font.ttf") guiSetFont(GUIEditor.label[1], font_0) GUIEditor.label[2] = guiCreateLabel(438, 241, 98, 30, "For Clan rE", false, GUIEditor.staticimage[1]) guiSetFont(GUIEditor.label[2], font_0) end function openw() if guiSetVisible ( GUIEditor.staticimage[1], false) then showCursor ( false ) else guiSetVisible ( GUIEditor.staticimage[1], true) showCursor ( true ) end end bindKey ("F7", "down", openw) function trigger() if source == gButtonsj then triggerServerEvent("Discocar", getLocalPlayer()) elseif source == gButtonsa then triggerServerEvent("Discolight", getLocalPlayer()) elseif source == gButtonsd then triggerServerEvent("reset", getLocalPlayer()) end end addEventHandler ( 'onClientGUIClick', root, trigger ) Edit : @Mr.Prestige, Sorry, but i don't see your reply
-
root في عندكـ خطأ بالحدث منت حآط زايدة end و في عندكـ ! يصير كذآ function ns() GUIEditor.staticimage[1] = guiCreateStaticImage(0.31, 0.25, 0.38, 0.35, "img/bg.png", false) guiSetVisible ( GUIEditor.staticimage[1], true ) gButtonsj = guiCreateButton(19, 88, 91, 65, "Discocar", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsj, "NormalTextColour", "FFAAAAAA") gButtonsa = guiCreateButton(202, 88, 91, 65, "Discolight", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsa, "NormalTextColour", "FFAAAAAA") gButtonsd = guiCreateButton(390, 88, 91, 65, "reset to none", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsd, "NormalTextColour", "FFAAAAAA") GUIEditor.label[1] = guiCreateLabel(2, 241, 188, 29, "This is a Resource made By JoKeR", false, GUIEditor.staticimage[1]) local font_0 = guiCreateFont("font.ttf") guiSetFont(GUIEditor.label[1], font_0) GUIEditor.label[2] = guiCreateLabel(438, 241, 98, 30, "For Clan rE", false, GUIEditor.staticimage[1]) guiSetFont(GUIEditor.label[2], font_0) end function openw() if guiSetVisible ( GUIEditor.staticimage[1], false) then showCursor ( false ) else guiSetVisible ( GUIEditor.staticimage[1], true) showCursor ( true ) end bindKey ("F7", "down", openw) function trigger() if source == gButtonsj then triggerServerEvent("Discocar", getLocalPlayer()) elseif source == gButtonsa then triggerServerEvent("Discolight", getLocalPlayer()) elseif source == gButtonsd then triggerServerEvent("reset", getLocalPlayer()) end end addEventHandler ( 'onClientGUIClick', root, trigger )
-
triggerServerEvent ( "cancel_gui_server", ip ) -- ip ?? v triggerServerEvent ( "cancel_gui_server", localPlayer ) * Note : ^ This event is not added in server side because that i well remove this line from client side ! -- Client Side ! function SubmitAbbrechenBtn() guiSetVisible(GUIEditor.window[1],false) showCursor(false) end GUIEditor = { button = {}, label = {}, window = {}, } function createGui () local screenwidth, screenheight = guiGetScreenSize () GUIEditor.window[1] = guiCreateWindow(screenwidth/2-411,screenheight/2-285/2,411, 285, "miau", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.label[1] = guiCreateLabel(-10, 32, 434, 15, "miau", false, GUIEditor.window[1]) guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false) GUIEditor.label[2] = guiCreateLabel(-21, 11, 15, 15, "", false, GUIEditor.label[1]) GUIEditor.label[3] = guiCreateLabel(30, 69, 357, 15, "miau", false, GUIEditor.window[1]) GUIEditor.label[4] = guiCreateLabel(28, 86, 360, 18, "miau", false, GUIEditor.window[1]) GUIEditor.label[5] = guiCreateLabel(0, 18, 354, 16, "", false, GUIEditor.label[4]) GUIEditor.label[6] = guiCreateLabel(26, 104, 363, 18, "miau", false, GUIEditor.window[1]) guiLabelSetHorizontalAlign(GUIEditor.label[6], "center", false) GUIEditor.label[7] = guiCreateLabel(25, 123, 364, 19, "miau.", false, GUIEditor.window[1]) guiLabelSetHorizontalAlign(GUIEditor.label[7], "center", false) GUIEditor.label[8] = guiCreateLabel(109, 50, 201, 15, "miau.", false, GUIEditor.window[1]) guiLabelSetHorizontalAlign(GUIEditor.label[8], "center", false) GUIEditor.label[9] = guiCreateLabel(36, 161, 336, 20, "miau", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[9], 222, 101, 20) guiLabelSetHorizontalAlign(GUIEditor.label[9], "center", false) GUIEditor.button[1] = guiCreateButton(99, 191, 210, 53, "miau", false, GUIEditor.window[1]) GUIEditor.button[2] = guiCreateButton(328, 260, 73, 15, "Schliessen", false, GUIEditor.window[1]) addEventHandler("onClientGUIClick", GUIEditor.button[2], SubmitAbbrechenBtn, true) end addEvent ( "_createGui", true ) addEventHandler ( "_createGui", getRootElement (), createGui ) -- Server Side ! markerzurpruefung = createMarker ( 1173.176, 1348.323, 10.922, "cylinder", 1, 255, 0, 0, 170 ) function pruefung_marker ( marker ) local player = source if not isPedInVehicle ( player ) then if marker == markerzurpruefung then triggerClientEvent ( player, "_createGui", player ) showCursor ( player, true ) end end end addEventHandler ( "onPlayerMarkerHit", root, pruefung_marker )
-
Thanks it works! (: Welcome Any Time !
-
bindKey ( "n", "down", function ( ) if ( guiGetVisible ( Drift ) == true and guiGetVisible ( War ) == true and guiGetVisible ( ChoseL ) == true and guiGetVisible ( Ver ) == true ) then guiSetVisible ( Drift, false ) guiSetVisible ( War, false ) guiSetVisible ( ChoseL, false ) guiSetVisible ( Ver, false ) fadeCamera ( true ) showChat ( true ) showCursor ( false ) else guiSetVisible ( Drift, true ) guiSetVisible ( War, true ) guiSetVisible ( ChoseL, true ) guiSetVisible ( Ver, true ) fadeCamera ( false ) showChat ( false ) showCursor ( true ) end end )
-
مايحتاج تستخدم الوظآيف ذي ^ : / تقدر تغير دوران الباب من نفس الوظيفة حقت انشاءهـ createObject ( id, x, y, z, rx, ry, rz ) id = ايدي الاوبجكت .. ! x, y, z = الاحداثيات .. ! rx = دوران الأوبجكت / للأعلى والأسفل بعكس اتجاهـ الأوبجكت .. ! ry = دوران الأوبجكت / للأعلى والأسفل مع إتجاهـ الأوبجكت .. ! rz = دوران الأوبجكت / لليمين واليسار , وهذا الي انت لازم تغيرهـ بالأوبجكت حقكـ حسب الصورة .. ! ^ حق الأوبجكت و الدوران حق الأوبجكت يبدأ من 0 إلى 360 rzيعني انت بالصورة حقتكـ لازم تغير الـ ! انت جرب تخليه 90 أو 180 أو 270 أو 360 , والي تضبط معكـ خلهآ : ) و الأرجح إنهآ تكون 90 #
-
^ Wrong addEventHandler( "onMarkerHit", Marker, .. ?? التصحيح Marker = createMarker(x, y, z, "cylinder", 1.5, 255, 255, 0) addEventHandler( "onMarkerHit", Marker, function ( player ) if not isPedInVehicle(player) then x,y,z = getElementPosition( player ) vehicle = createVehicle ( id, x, y, z ) warpPedIntoVehicle(player,vehicle) end end )
-
UTF-8 إلى mtaserver.conf أخوي , ما تقدر تحط اسم السيرفر عربي لين تغير صيغة ملف mtaserver.conf اولاً رح الى الأف تي بي ثم حمل ملف ثانياً افتح الملف بالنوت باد ثم حط اسم السيرفر الي تبيه مثل ماقالو لكـ الإخوان فوق File ثالثاً اضغط على ملف أو Save As.. ثم اضغط على خيار حفظ بإسم أو Encoding ثم تظهر نافذة , في آخر النافذة من تحت يكون عندكـ شي اسمه الترميز أو UTF-8 وجنبها سهم , اكبس على السهم تظهر لكـ قائمة اختر منها ثم وافق على الإستبدال القديم ثم ارفع الملف الجديد مكآنه ثم سوي ريستارت للسيرفر mtaserver.conf واخيراً رح الى الأف تي بي و احذف ملف !
-
اخوي افتح القائمة الي قلت لكـ عنهآ بالشرح ثم حدد اسم السلاح بالنسبة الى الايدي , هذا الموقع يجيب لك ايدي واسسم كل سسلأإحح . . . https://wiki.multitheftauto.com/wiki/Weapons
-
اهآ ذذ , بس لو حطيت له الكلنت او قلت له انه فوق يكون احسن لأنه هو ما رح يعرف الي بعقلكـ