Jump to content

Snow-Man

Members
  • Posts

    350
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Snow-Man

  1. omg, i missed thanks other question, when i restart Resource ped spawn Random but i choose only 2 skins (26, 24)
  2. local ped = {} local peds = { {-2278.0231933594, 2329.0556640625, 3.9665122032166 }, {3671.1079101563, -2088.8110351563, 0.54761910438538 }, {163.9245300293, -1941.3592529297, 2.7734375 }, {-2173.396484375, -2415.1823730469, 33.296875 } } for i=1,#peds do ped[i] = createPed(math.random(26,41),peds[i][1],peds[i][2],peds[i][3] +0.5, 269) setElementFrozen ( ped, true ) end debug : WARNING : Explorer/server.lua:10: bad Argument @ 'setElementFrozen [Expected element at argument 1, got table]
  3. i creating New City but i asking about how can i adding new Zones Names to that City ?
  4. what's Max Speed Vehicle in MTA ?
  5. what should i use to make Music in user Truck Folder show to gui User truck Function ????
  6. https://forum.multitheftauto.com/viewtopic.php?f=91&t=68879
  7. addEventHandler("onClientRender", root, function() local oxygen = math.floor (getPedOxygenLevel ( localPlayer )) if oxygen < 1000 or isElementInWater(getLocalPlayer()) then dxDrawRectangle(900, 94, 266, 20, tocolor(0, 0, 0, 255), true) dxDrawRectangle(901, 95, 264*(oxygen/100), 18, tocolor(8, 154, 246, 255), true) end end) sorry i forget it
  8. addEventHandler("onClientRender", root, function() local oxygen = math.floor (getPedOxygenLevel ( localPlayer )) if oxygen < 1000 or isElementInWater(getLocalPlayer()) then dxDrawRectangle(900, 94, 266, 20, tocolor(0, 0, 0, 255), true) dxDrawRectangle(901, 95, 264*(oxygen/100), 18, tocolor(8, 154, 246, 255), true) end)
  9. Snow-Man

    draw FPS

    hey Guys, how can i make FPS draw in screen should i use dxCreateText and what Function of FPS ? thanks
  10. Snow-Man

    Script-Base

    correct your function with " " outputChatBox ( "#FFF000[bASE] #00FFFF Your gang buyed a base #00FF00 Area #FFF000 51" ) and use addCommandHandler
  11. Hey Mta Players, i have question how can i make draw texts show when player Banned
  12. Where Size of X and Y I Advice you to Use Gui Editor To make Dx Rectangle
  13. I Understand English but i said You should Post Screenshot becauqe i won't join to your Server
  14. First Call me with Nick Second if you not Understand what do the script them don't talk Third This Script not make Peds or Haverster on Farmer Place they Just do if you have haverster and touch Ped or Player them he will die it's just make the Haverster More Real so it's Good for RP servers Thanks
  15. If you want to make Onhit Player Marker Show Gui Make Marker in Client Side
  16. Link of Download won't open
  17. @Rinat When i Go to Farmer place i don't see Peds or Truck
  18. I don't like to See Screenshot of scripts In Skype it's better here
  19. How can i make Progress bar in Dx Rectangle ??
×
×
  • Create New...