Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. Is the problem has been resolved?
  2. I Said remove the string from the data . if getElementData(player,"spawn") == 100 and getElementHealth(player) > 100 then setElementHealth(player,100)
  3. Please post the full error .
  4. Remove the string "0" > 0 And try again Line 1105 ** .
  5. But this problem is on this fuck script .
  6. r,g,b = colors a = alpha Ex : r,g,b = 255,0,0 a = 255 OK?
  7. What's the point to use ( setElementInterior ) Function? The player hit the marker when it's already at the interior 3 use ( setElementPosition ) Would be much better .
  8. You have a problem with the data if you need a help post the script please .
  9. ناقص اند الكود حوسة رتبة و الكود اللي قبلة سورس ماهو معرف ي ليت تشوف الويكي المرة الجاية
  10. -- # Client Side : outputChatBox("Health Mod By AhmedSmood V.2 | Started",0,255,0,true) GUIEditor = { memo = {}, button = {}, label = {}, window = {}, } GUIEditor.window[1] = guiCreateWindow(179, 191, 419, 186, "Mostsfah Mod By AhmedSmood ", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetVisible (GUIEditor.window[1], false) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFFF0000") GUIEditor.button[1] = guiCreateButton(308, 130, 101, 44, "Set To 25", false, GUIEditor.window[1]) GUIEditor.button[2] = guiCreateButton(151, 130, 101, 44, "Set To 50", false, GUIEditor.window[1]) GUIEditor.button[3] = guiCreateButton(10, 130, 101, 44, "Set To 100", false, GUIEditor.window[1]) GUIEditor.label[1] = guiCreateLabel(44, 94, 90, 31, "1000 $", false, GUIEditor.window[1]) GUIEditor.label[2] = guiCreateLabel(172, 94, 90, 31, "600 $", false, GUIEditor.window[1]) GUIEditor.label[3] = guiCreateLabel(332, 94, 90, 31, "200 $", false, GUIEditor.window[1]) GUIEditor.memo[1] = guiCreateMemo(9, 20, 404, 65, "Set Your Health To 100 or 50 or 25 \nThis Mod Is By AhmedSmood ~", false, GUIEditor.window[1]) marker = createMarker( 2033.6513671875,-1404.0823974609,17.268367767334, "cylinder", 2, 255, 0, 5, 150 ) marker1 = createMarker( 1172.6295166016,-1321.7215576172,15.399421691895, "cylinder", 2, 255, 0, 5, 150 ) addEventHandler ( "onClientMarkerHit",getRootElement(), function ( hitPlayer ) if ( hitPlayer == localPlayer ) then if source == marker or source == marker1 then guiSetVisible ( GUIEditor.window[1], true ) showCursor ( true ) end end end,false ) addEventHandler("onClientGUIClick",getRootElement(), function ( ) if ( source == GUIEditor.button[1] ) then triggerServerEvent("Health",localPlayer) elseif ( source == GUIEditor.button[2] ) then triggerServerEvent("Health2",localPlayer) elseif ( source == GUIEditor.button[3] ) then triggerServerEvent("Health3",localPlayer) end end )
  11. GUIEditor = { memo = {}, button = {}, label = {}, window = {}, } التيبل شيل الثاني وخلة واحد بس هذا ذذ
  12. ناقص اند فـ كل فنكشن بـ السيرفر
  13. يحول لـ حرف؟ tostring?
  14. You mean that if the player enter the mouse into the image?
  15. ضبط 100 % 100 ثاانكس حياكـ .. الله ..
  16. addEventHandler('onClientGUIClick',MyImage, function ( ) -- What ever you want . end ,false )
  17. root = getRootElement() ? https://wiki.multitheftauto.com/wiki/Element_tree الروت ماهو لاعب بس
  18. لا شوف الويكي حق الحدث -.-
  19. المفروض تتحقق من تيم السورس و تيم الاتاكر
  20. تتوقعون روت معرف؟ -- # Client Side ! addCommandHandler('xMyCommand', function ( ) local Players = getElementsByType ( 'player' ) for i,v in ipairs ( Players ) do setElementCollidableWith(localPlayer,v,false) end end )
×
×
  • Create New...