Jump to content

LaCosTa

Members
  • Posts

    191
  • Joined

  • Last visited

Everything posted by LaCosTa

  1. Seriously?? Who still don't have those scripts yet ?
  2. I don't know from the beginning when I alt tab from MTA it crashs but now without launching the game it stops and displays that error which is DirectX createdevice , I tried to update MTA as well as the directX ...... Any help can be apperciated please. Direct3D CreateDevice error: 8876086a
  3. Yeah I've seen this script working in CIT , I really loved your work man , Cheers !!!!
  4. LaCosTa

    Openports Problem ..

    It's all good , I've just mistaken in doing something I had given the wrong IP for people to test the server so that's why I doubt why they can't join . I managed to let the players able to join , Thank you anyways .
  5. Well , guys as you know we can open the ports from our local server to let the other players join to test some scripts or to have some fun , well when i type openports on the mta local server it says that all the ports are opened but noone can join the server ...... i need a solution for that . http://i.imgur.com/UKMqcTJ.png
  6. It's certainly proven that they are leaked even though you can fix the issue yourself or you can get the help for a little correction not changing the whole script
  7. You're doing well , sir Walid good job .
  8. Nice !! , and what i was telling you Businessman that some poeple can't run GTA V on their computers neither playing online will be some difficulty playing GTA V eventualy as Jhxp retorts MTA will still on GTA SA untill some further changes .
  9. I think MTA creators aren't thinking for a new MTA on GTA V as you know the statistique of the players on GTA V is low , so probably if you're lucky you'll get 20+ players on your server . However , it can be planned when the players value raise.
  10. if you want to add other serials just add them in here local whitelist = { ['SERIAL HERE'] = true, ["Another one "] = true, ["Another one "] = true , }
  11. Nope , but i want a solution of that , what are the problems that causes this bug .
  12. createMarker ( x, y, z , "arrow", size , R , G , B ) it's simple try to follow wiki codes
  13. i don't know , yesterday i've played MTA with no errors nor problems but today when i tried to join all the servers are not working and i can't get access to them this is MTAdiag log = http://pastebin.mtasa.com/208313622 any help apperciated
  14. I think everyone can do this , throwing objects randomly in a desert can make no sense neither a best organisation nor a good looking , however I'll support you and I'm exciting to see better than this .
  15. Then what is the other problem cuz your code is messy and i didn't know what are you trying to do
  16. You just made setElementMoney(source , 20000) -- there is nothing called setElementMoney. So it should be like this local money = getPlayerMoney(source) setPlayerMoney(source , money + 20000) I'm on phone I'll see the rest of the code later .
  17. LaCosTa

    [HELP]

    read the function arguments on the wiki , it's setElementHealth(theElement , health ) so it should be like this setElementHealth(vehicle,0)
  18. It's easy and simple just use . guiGetText triggerServerEvent triggerClientEvent addAccount getAccount logIn
  19. Very Impressive , i loved it
  20. try this , not tested but it might work car = {} local marker = createMarker(1567.3, -1609.7, 12.6, "cylinder", 2, 53, 53, 255, 255) function spawn(player) if isElement(car[player]) then destroyElement(car[player]) return end if getElementType(player) == "player" and not isPedInVehicle (player) then car[player] = createVehicle(596, 1567.4, -1610.5, 14, 0, 0, 180) warpPedIntoVehicle(player, car[player]) end end addEventHandler("onMarkerHit", marker, spawn)
  21. LaCosTa

    Delete

    nice i love it , good job bro
  22. Really man ?? , i can get a whole gamemode with 20 or 15 euros , anyways good luck with it
×
×
  • Create New...