Jump to content

spawn 50p + script shooter ( spawnpoint )


PhantomDamn

Recommended Posts

addEventHandler( 'onPlayerSpawn', root, 
  function(_,_,_,_,theTeam) 
    outputChatBox( tostring(getTeamName( theTeam ) or 'NONE') ) 
    if getTeamName( theTeam ) == "Jumpers" then ---- Jumpers Team ---- 
      local x, y, z = getElementPosition( source ) 
      warpPedIntoVehicle( source, createVehicle( MODELO or 415, x, y, z + 1.75 ) ) --- Cheetah ----- 
    end 
  end 
) 

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...