Jump to content

Frozzer

Members
  • Posts

    8
  • Joined

  • Last visited

About Frozzer

  • Birthday 17/03/1911

Details

  • Location
    Sweden

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Frozzer's Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. Login as an admin account on your server and type in /start admin. After you see the message that it has started, press P and open up the tab "Resources", find "race" in there, click on "Settings" and scroll down until you can see the "Auto-Pimp", set it to false.
  2. You adding Race in EDF, then scroll where you see objects - markers.
  3. https://wiki.multitheftauto.com/wiki/Veh ... s#Trailers Or, if you too lazy to look, its 608.
  4. When you making a big map. When you done whit a save. Copy the map folder to the desktop. Then delete every text in the map folder (where it was copy from). Then reload the map. Dont forget to keep 1-5 objects so you know where you where.
  5. You could do like Neukfout. Or you could Make a new map/existing map --> F5 --> F1 --> Weapons. This will NOT save the weapon. So its gone after F5 agian.
  6. a scandinavian section maybe, norwegian/swedish/danish people can mostly understand each other Agreed.
  7. Make a new txt file. Copy in this code. Click on Save As. Yourname.lua Open the meta file in notepad and write in <script src="Yourname.lua" type="client" /> Just works when you are making a race map (DM,DD,Race) You have to test with race too. Not working if you just press F5. Change the X,Y,Z to your cords. You can change the Multiplier = 1.5 how much you want. (Dont go higher then 5.0) Do not change anything under fuction SpeedBoost (player) function start() SpeedBoost = { createMarker (X, Y, Z, "corona", 5, 60, 255, 100, 255 ), } end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), start ) Multiplier = 1.5 function SpeedBoost (player) if player ~= getLocalPlayer() then return end if getElementType(player) == "player" then if isPedInVehicle ( player ) then local car = getPedOccupiedVehicle(player) if getVehicleController(car) == player then speedx, speedy, speedz = getElementVelocity ( car ) speedcnx = (speedx*Multiplier) speedcny = (speedy*Multiplier) speedcnz = (speedz*Multiplier) setElementVelocity ( car, speedcnx, speedcny,speedcnz ) fixVehicle(car) -- fixes the vehicle playSoundFrontEnd(46) end end end end addEventHandler ( "onClientMarkerHit", getResourceRootElement(getThisResource()), SpeedBoost )
  8. Frozzer

    MTA Crash

    Hello! When im trying to join a server. It exits mta and shows this. Version = 1.0.4-release-2106.0.000 Time = Mon Jan 03 23:00:19 2011 Module = C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gta_sa.exe Code = 0xC0000005 Offset = 0x002FE144 EAX=00000000 EBX=00000000 ECX=00000158 EDX=01660048 ESI=0000000D EDI=00000001 EBP=75C1F9B0 ESP=0028FDA0 EIP=006FE144 FLG=00010206 CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B Never had any problems before while running mta. I tried reinstall gta and mta. Nothing. Can you guys help me? Want to play with my friends on a server.
×
×
  • Create New...