Jump to content

~!#abdullah

Members
  • Posts

    66
  • Joined

  • Last visited

Everything posted by ~!#abdullah

  1. i want to remove respawn from dm maps i use code solidSnak14 it work when the map unzip ( if i upload it file not .zip ) but the maps .zip not work the code Server function fixRespawnMaps( ) local count = 0 for _, v in pairs( exports.mapmanager:getMapsCompatibleWithGamemode( exports.mapmanager:getRunningGamemode( ) ) ) do local main = xmlLoadFile( ":"..getResourceName( v ).."/meta.xml" ) if main then settings = xmlFindChild( main,"settings",0 ) local node = xmlFindChild( settings, "setting", 13 ) local i = 1 while node do if (xmlNodeGetAttribute( node, "value" ) ~= "none") then xmlNodeSetAttribute( node,"value","none" ) xmlSaveFile(main) end node = xmlFindChild( v, "setting", i ) i = i + 1 end count = count + 1 xmlUnloadFile(main) end end return count end addCommandHandler( "fixAllMaps", function( player ) if hasObjectPermissionTo( player,"function.setServerPassword",true ) then outputChatBox( "(MAPFIX) You have fixed #FFFFFF"..tostring( fixRespawnMaps( ) ).."#FF6464 maps!",player,255,100,100,true ) else outputChatBox( "(MAPFIX) You don't have the required rights to perform this action!",player,255,100,100 ) end end )
  2. ياخي اشتريت من فورتكس وطلع فيها مشاكل هي الثانية كل شوي يطفي السيرفر ويرجع براحته
  3. كيف الحال شباب عساكم بخير..... عندي مشكلة بأستضــآفة ديلوكس انه ما اقدر اسوي ريستارت ولا ستوب سويت له فرومات بس ما ضبط وكلمت الدعم 5 مرات وما ردوا علي ..... ابي الحل يا شباب وشكررا
  4. أآلســلآم عــلــيكم كيف الحال شباب عساكم بخير..... عندي مشكلة بأستضــآفة ديلوكس انه ما اقدر اسوي ريستارت ولا ستوب سويت له فرومات بس ما ضبط وكلمت الدعم 5 مرات وما ردوا علي ..... ابي الحل يا شباب وشكررا
  5. انا ماقصد ريس او هجوله اقصد اللوحه وطريقة كيف تفتح والأزرار والأصوات بس محتوياتها غير صح كلامك بس انا ضفت كمان انه يوم تضغط على الزر تجي النافذة بطريقة حلوة .. اعتقد لاحظت هي مو موجودة بالشوب ^^
  6. -DP- لالا فيه اجانب يبيعون مثله انا شفته عند واحد بس يسبب لاق الاجانب شوب للريس ي قلبي هذا للهجولة وما فيه لاق قريبا منركبه وبتشوف ^^
  7. i need code for race his do rename top time /renametime how i can do this?
  8. مشكور اشتغل كذا الردود ولا بلاش ( مشكور اسامه + بريستنق على تعبكم ..~ ) العفو , ذا الخطأ منكـ مفروض تعرف تستخدم الجيو ايديتور وماله دخل بالجيو ست فيزبل .. # على كل حآل اسفين عالإطالة / كنت احط الكود بسسع بدون تدقيق عادي + الكود مو لي لخويي وهو الي كان يجرب.. بس ما عنده حساب ~.~
  9. مشكور اشتغل كذا الردود ولا بلاش ( مشكور اسامه + بريستنق على تعبكم ..~ )
  10. تستهبل انت ؟ ما جربت الكود يبو سطر 28 مهو ست فيزبل ولا 24 اقول جرب الكود ثم رد ضبط الكود الحين المشكلة النافذة ما تظهر بس يجي الماوس : / 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 )
  11. 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 ) 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 ||"
  12. 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
  13. 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 ! وش ذا ؟ انت ناسخ الكود الف مرهـ ؟ 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 lol !"
  14. 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 !
  15. جربت ذا ؟ بآخر رد لي ؟ 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 ) warning: vip\vip.lua:24: Bad Argument @'guisetvisivle'[Expected element at argument 1,got nil] warning: vip\vip.lua:25: Bad Argument @'guisetvisivle'[Expected element at argument 1,got nil] ض1
  16. مو ضابط -.- unexpected symbol near ')'+'' expected near 'end ونفس الشي كود اسامه : / unexpected symbol near ')'+'' expected near 'end
  17. لا مَ رح يشتغل لو في اقوآس زآيدة , شف رد عبدالله الأخير .. # unexpected symbol near ')'+'' expected near 'end' شلت الاقواس vip\vip.lua:26:')' expected (to close '(' at line 25) near 'end' كود الكود ملعون -.-
  18. unexpected symbol near ')'+'' expected near 'end' ||"
  19. warning: vip\vip.lua:28: Bad Argument @'guisetvisivle'[Expected element at argument 1,got nil]
  20. warning: vip\vip.lua:27: Bad Argument @'guisetvisivle'[Expected element at argument 1,got nil] warning: vip\vip.lua:24: Bad Argument @'guisetvisivle'[Expected element at argument 1,got nil] كود ملحوس والله
  21. ERROR: vip\vip.lua:18:attempt to index global'guieditor' (a nil value) شكله كود منحوس ..~
  22. 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 ''
×
×
  • Create New...