Jump to content

Charly2272

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Charly2272

  1. addEventHandler( "onPlayerWasted", root, function() if ( isElement(source) and getElementType (source) == "player" ) then local x,y,z = getElementPosition(source) setTimer( spawnPlayer, 3500, 1, source, x, y, z ) end end ) Hello friends, I want to create a car to appear at an exact point... Example: if the player is in pvp and dies, he can appear in the same place where he died... and I want to add a command to it... excuse my bad english
×
×
  • Create New...