Jump to content

Xeno

Members
  • Posts

    728
  • Joined

  • Last visited

Everything posted by Xeno

  1. Is it possible to remove all dxDraws, ect, from your screen without going into the actual script that creates the dxDraws?
  2. Xeno

    stop Car Damage

    Are you trying to make ALL cars invinsible? Or just certain ones?
  3. Xeno

    stop Car Damage

    Use vehicle = getPlayerOccupiedVehicle ( thePlayer )
  4. Most things are possible when scripting lua. https://community.multitheftauto.com/index.php?p=resources&s=details&id=3249
  5. When you first login, are there any error messages displayed on /debugscript 3?
  6. The login resource, I've not looked at ShoDown so I wouldn't know... Try all of them if there isn't a login resource.
  7. Xeno

    weapon animtion

    It was a new function in latest MTA, you can get duel Miniguns, etc.
  8. Xeno

    weapon animtion

    You CAN change it. https://wiki.multitheftauto.com/wiki/SetWeaponProperty
  9. Did you give the resource ACL rights?
  10. That was said 3 months ago. When are we going to see SGC online?
  11. I just tried it and it seems pretty good. I can see it being good for Role Play servers in the future.
  12. I joined and no offence, mostly looks like community resources ( this was a few weeks ago )
  13. Xeno

    Server Name

    Talk to JiHost, not us.
  14. Ooh right, sorry I THINK I misunderstood your problem.
  15. Xeno

    setPedGoTo

    This does actually look pretty cool - but as Slothman said, it needs improving in some areas.
  16. addEventHandler("onClientGUIClick", root, function() if source == GUIEditor_Button[1] then local getText = guiGetText(GUIEditor_Edit[1]) local getName = getPlayerName( localPlayer ) setText = guiSetText(GUIEditor_Memo[1], ""..getName.." : "..getText.."") if (setText) then getTexts = guiGetText(GUIEditor_Memo[1]) guiSetText(GUIEditor_Memo[1], ""..getTexts.."\n\ "..getName.." : "..getText.."") end end end Your using two guiSetText 's
  17. Where is Marker1 being created? I don't see it at all... Its also better AND easier to make the coods in a table, but its up to you, I personally find tables extremely hard.
  18. Its not out... At the top of the post it says its out on the 1st of May...
  19. https://community.multitheftauto.com/index.php?p= ... ls&id=4599
  20. I didn't mean that, I mean does the train actually come to you or not?
  21. Is it a button that just teleports you, or does the train come?
×
×
  • Create New...