Jump to content

TAPL

Retired Staff
  • Posts

    7,337
  • Joined

  • Days Won

    11

Everything posted by TAPL

  1. Why you have 'end' at line 22?
  2. addEventHandler("onClientRender", root, function() g_Window.window = dxDrawRectangle ( x/3.8, y/3.8, x/2.02, y/2, tocolor ( 0, 0, 0, 150 ) ) end)
  3. TAPL

    Delete

    Why ? , Most players in MTA complain of VPN proxies and change ip programs What the problem will be if they changed their IP address using program or whatever?
  4. Why do you use setElementRotation? You can use rotation arguments in function createVehicle.
  5. الفنكشن كان موجود بس انلغى بسبب المشاكل الي فيه https://wiki.multitheftauto.com/wiki/EngineLoadIFP https://wiki.multitheftauto.com/wiki/EngineUnloadIFP
  6. Still can be decompiled.
  7. You don't need fileDelete anymore. https://wiki.multitheftauto.com/wiki/Meta.xml
  8. Still can be decompiled.
  9. FROM VERSION 1.3.1 r4909 ONWARDS
  10. لاق إذا كنت تلون كل الأزرار الي في السيرفر
  11. https://forum.multitheftauto.com/viewtopic.php?f=119&t=56433
  12. Use setElementData to edit the value in the column.
  13. How do the TopTimes saved?
  14. You want edit what?
  15. sqlitebrowser.
  16. TAPL

    ban a region.

    https://wiki.multitheftauto.com/wiki/OnPlayerConnect + cancelEvent()
  17. https://forum.multitheftauto.com/viewtopic.php?f=165&t=50288
  18. Event: "onMarkerHit" OR "onClientMarkerHit" createMarker createPed giveWeapon -- Server Side only !!! setPedAnimation setPedAimTarget setPedControlState -- Client Side only !!! getElementPosition getDistanceBetweenPoints2D destroyElement https://wiki.multitheftauto.com/wiki/FindRotation
  19. TAPL

    SQL

    You're welcome.
  20. showCursor ( not visible )
  21. TAPL

    help

    addEvent("swat", true) function swatteam() setPlayerTeam(source, swat) setElementModel(source, math.random(280, 285)) end addEventHandler("swat", root, swatteam) local player = getLocalPlayer() addEventHandler("onClientGUIClick", swatButton, function () setElementPosition(player, 2334.06152, 2385.27588, 10.82031) triggerServerEvent("swat", player) guiSetVisible(fereastra, false) showCursor(false) end, false)
  22. مشكور سامة تعبتك وياي بس ابغي احدد وقت الباند https://wiki.multitheftauto.com/wiki/BanPlayer
  23. TAPL

    SQL

    triggerClientEvent(source, "onOpenInfo", source, infoGang[1]["infoGang"])
  24. "Heavymetal" description="Ped AI" showInResourceBrowser="false" name="ped AI" version="0.2.0" type="script" /> client="1.3.0-9.04491" />
×
×
  • Create New...