Jump to content

midomido

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by midomido

  1. and here is a script that might be helpful , i made it function playerhurt ( attacker, weapon, bodypart, loss ) if not (getElementData(source,"armor")) then if ( bodypart == 9 ) then killPed ( source, attacker, weapon, bodypart ) setPedHeadless(source, true) setTimer( setPedHeadless, 30000, 1, source, false) setPlayerNametagShowing ( attacker, false ) setTimer( setPlayerNametagShowing, 60000, 1, attacker, true) setElementAlpha ( attacker, 15 ) setTimer( setElementAlpha, 60000, 1, attacker, 255) end end end addEventHandler ( "onPlayerDamage", getRootElement (), playerhurt )
  2. thank you HoLsTeN and Solidsnake14 very much <3 .
  3. hi , i am trying to make a script for death match in which you could earn stealth , invisible state for 60 seconds , but the player name and health bar make it very clear , how can i disable other players from seeing the hidden player's name and health bar ?
×
×
  • Create New...