Jump to content

thund3rbird23

Members
  • Posts

    129
  • Joined

  • Last visited

Everything posted by thund3rbird23

  1. It's just say "Error, we can't find a player with that name!"
  2. Does nothing if I type xy in the console. So the first one which was "ped" in my comment is the main animation name if I'm correct?
  3. I want to use the "bom_plan" animation (https://wiki.multitheftauto.com/wiki/Animations#bomber) but doesn't work. function Test(thePlayer) setPedAnimation(thePlayer, "ped", "bom_plan", -1, false, false, false, false) end addCommandHandler("xy", Test)
  4. I did a simple modal with the guieditor (dxDrawText,dxDrawLine,dxDrawRectangle). And I want to show that modal when player hit the marker and hide when leaves the marker. This works, but shows the modal only for a second... how can I keep show the modal as long as the player is in the marker? local szuretMarker = createMarker(-1003.563659668, -1249.7315673828, 130.26364135742, 'cylinder', 2.0, 255, 0, 0, 150) function MarkerHit( hitElement, matchingDimension ) local elementType = getElementType( hitElement ) triggerClientEvent ( "szuret", getRootElement(), szureteles ) end addEventHandler( "onMarkerHit", szuretMarker, MarkerHit )
×
×
  • Create New...