Jump to content

Moayd

Members
  • Posts

    4
  • Joined

  • Last visited

Details

  • Gang
    no gang
  • Location
    Sa

Recent Profile Visitors

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

Moayd's Achievements

Vic

Vic (3/54)

0

Reputation

  1. عليكم السلام اخي https://wiki.multitheftauto.com/wiki/CancelEvent و https://wiki.multitheftauto.com/wiki/OnClientPedDamage استعمل
  2. @Zorgman thank you very much for your help it's working now
  3. you don't understand me , i disable jump but when i jump and the jump is disabled the anim stops
  4. hello everyone i have problem in setPedAnimation when hit marker i disable jump and start animation but when i jump the animation stops and i cannot jump this code local Marker = createMarker ( 192.95375 , 1903.21277 , 16.6 , "cylinder" , 1.5, 255, 128, 64, 255 ) addEventHandler ( "onMarkerHit" , Marker , function ( element ) if ( getElementType ( element ) == "player" ) then toggleControl ( element , "jump" , false ) setPedAnimation ( element , "attractors" , "stepsit_in",-1,false,true,false,false ) end end )
×
×
  • Create New...