Jump to content

Snow-Man

Members
  • Posts

    350
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Snow-Man

  1. Tnajm ta3ml table positions enta3 Map eli t7b ta3mlou Walla ta3ml createObject without Table
  2. How can i make when i bought car, it'll be shown in grislidt with XML ?
  3. theWindow = guiCreateWindow(x,y,width,height,"Car Features",false) guiWindowSetSizable(theWindow,false) guiSetVisible (theWindow, false) spawnBut = guiCreateButton(0.0604,0.120,0.4,0.2,"Spawn",true,theWindow) engenieBut = guiCreateButton(0.0604,0.420,0.4,0.2,"Engenie",true,theWindow) lockBut = guiCreateButton(0.490,0.420,0.4,0.2,"Lock",true,theWindow) lightsBut = guiCreateButton(0.0604,0.720,0.4,0.2,"Lights",true,theWindow) destroyBut = guiCreateButton(0.490,0.120,0.4,0.2,"Destroy",true,theWindow) I ment like this i ment when i Buy car from Vehicle shop, the Car i boughg it will be in that Panel and i asked about how i can i : Spawn / Destroy cars
  4. I ment By Hiding Car to Destroy it from MTA world Marking Car using createBlipAttachedTo
  5. I hope All GTA Sa players, knows About MTA
  6. How can i make, when i buy car from vehicle Shop, the Car will be Added to grid list of Panel hiding and picking Cars Other question what's should i use function to pick, hide, Mark, Sell Vehicle I hope you Help Me Now
  7. If you wanna make When you Type /Spawn car will Create Behind you use getElementPosition
  8. @ Gtagasje Distance not Definated at line 7
  9. Snow-Man

    Functions.

    https://wiki.multitheftauto.com/wiki/DxDrawText and https://wiki.multitheftauto.com/wiki/createColRectangle
  10. Snow-Man

    Garage id

    Check this https://wiki.multitheftauto.com/wiki/Garage
  11. Error : why i can't get into vehicle ?
  12. how can i make Animation don't repete ???????
  13. local wep = getPedWeapon ( localPlayer ) local WepName = getWeaponNameFromID ( wep ) dxDrawImage(793, 169, 217, 99, "imagens/"..tostring(Weapon)..".png", 0, 0, 0, tocolor(255, 255, 255, 255), true)
  14. local cars = { {602}, {600}, {587}, {603}, {402}, {411}, {475}, {559}, {560}, {451}, {506}, {505}, {566}, {526}, {522}, {423}, {444}, {539} } locations = { {-2272.46704, 2286.02295, 4.22989}, {-2516.78662, 1229.13538, 36.83798}, {-2646.33350, 1357.95874, 6.57915}, {-1637.33765, 1296.62366, 6.39873}, {-1826.16296, 1310.79150, 59.09760}, {-1430.88330, -38.95546, 5.34191}, {-1368.96899, 19.28440, 5.36328}, {-1941.39233, -1086.80957, 30.14117}, {1245.36621, -2038.52136, 59.25457}, {1280.26892, -1810.79163, 12.79264}, {781.90558, -1344.65381, 12.89385} } Vehicles won't create in Map
  15. i make Other codes but XxmadeXx gave me this functions about random cars Note : cars and positions definated local c = locations[math.random(#locations)] local marker = createVehicle (math.random(#cars), c[1], c[2], c[3] -1) createBlipAttachedTo(marker, 53)
  16. Slothman, i have suggestion to your resource Zombies allowed to make your out from Vehicles because Players Abuse it
  17. how can i make Dx Rectangle button i know functions but i need example
×
×
  • Create New...