Jump to content

Marchin

Members
  • Posts

    6
  • Joined

  • Last visited

Marchin's Achievements

Vic

Vic (3/54)

0

Reputation

  1. Because my old script used: table.concat({..}, " ") but i think that doesnt work anymore
  2. Oops I was trying with car names no ID, do you know anyway to make this script work with car's names?
  3. Well i didn't put it as client side, so i guess it should as server side
  4. Hi, i used to play a long time ago, ano now i decided to get back, as mta has changed sin then, my scripts are not working anymore, so i decided to start again, i made this script function sv(thePlayer, command, vehicleModel) local x,y,z = getElementPosition(thePlayer) local createdVehicle = createVehicle(tonumber(vehicleModel),x,y,z) warpPedIntoVehicle(thePlayer,createdVehicle) end addCommandHandler("sv",sv) but when i try tu run it sends me an error saying that createVehicle has a bad argument, because the first argument is expected to be a number, can you help me plz?
  5. HI! I used to play this a couple of years ago, now i want to play again, but when i tried to re-open my server i got some errors and i cant open it. These are the errors i get when i tried to open de MTA Server: [2013-05-26 12:07:42] Resources: 216 loaded, 0 failed [2013-05-26 12:07:42] Querying game-monitor.com master server... failed! (302: Moved temporarily) [2013-05-26 12:07:42] Starting resources........ [2013-05-26 12:07:42] ERROR: Couldn't find resource dxscoreboard. Check it exists. [2013-05-26 12:07:43] Server started and is ready to accept connections! And this are the erros when i try in "Host Game" from inside MTA: [12:07:00] Resources: 216 loaded, 0 failed [12:07:01] Starting resources... . . . . . . . . [12:07:01] ERROR: Couldn't find resource MyServer. Check it exists. [12:07:01] ERROR: Couldn't find resource car_locks. Check it exists. [12:07:01] Server started and is ready to accept connections!
×
×
  • Create New...