PhantomDamn Posted August 25, 2013 Author Posted August 25, 2013 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 )
Recommended Posts