Jump to content

Arqueiro

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

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

Arqueiro's Achievements

Vic

Vic (3/54)

0

Reputation

  1. dx message function HypeSCR_Mensagem_Trigger ( Texto, Tipo ) if Texto then if Tipo then exports.Hype_MensagemDX:outputDx ( source, Texto, Tipo ) end end end Clothes_C.Lua function onClientCJMarkerHit ( hitElement, matchingDimension) if ( matchingDimension ) then if (not isElement(hitElement)) then return end if (isPedInVehicle(hitElement)) then return end if ( hitElement == localPlayer ) then if ( getElementModel ( localPlayer ) == 0 ) then local x1, y1, z1 = getElementPosition(source) local x2, y2, z2 = getElementPosition(hitElement) local maxZ = z1 + 2 if (z2 > maxZ) then return end fadeCamera( false, 1.0, 0, 0, 0 ) setTimer( fadeCamera, 2000, 1, true, 1.0, 0, 0, 0 ) toggleAllControls ( false, true, false ) local px, py, pz = getElementPosition( localPlayer ) x, y, z, int, dim = px, py, pz, getElementInterior( localPlayer ), getElementDimension( localPlayer ) pricesModel = {} previousModel = createClothesJSONString ( "table" ) setTimer( function () --if ( getElementInterior( localPlayer ) ~= 1 ) then -- setElementInterior( localPlayer, 1, 209.78, -33.73, 1001.92 ) --else setElementPosition( localPlayer, 1466.3372802734,-1855.7869873047,26.367027282715 ) --end setElementFrozen( localPlayer, true ) setElementDimension( localPlayer, math.random( 10,6543 ) ) setCameraMatrix( 1468.0489501953,-1852.9401855469,26.367027282715, 1466.3372802734,-1855.7869873047,26.367027282715, 0, 70 ) setTimer( function () setElementRotation( localPlayer, 0, 0, 328.98315429688 ) end, 1000, 2 ) setTimer( function () guiSetVisible ( CJClothesWindow, true ) showCursor( true ) end, 1000, 1 ) end, 1200, 1 ) else exports.Hype_MensagemDX:outputDx (source, "Você precisa da skin do CJ antes de poder definir a roupa", "error") --exports.GTIhud:dm( "Você precisa da skin do CJ antes de poder definir a roupa", 225, 0, 0 ) end end end end mas ai quando eu vou no marker da esse erro https://prnt.sc/sv09me ja tentei de tudo me ajuda pfv
  2. Sistema de Login com apenas 1 conta, alguem me ajuda ou tem ?
  3. @botder https://github.com/Necktrox/mta-discord-bot funciona nessa hospedagem ? https://www.widhost.com.br/mta
×
×
  • Create New...