PhantomDamn Posted August 25, 2013 Author Share Posted August 25, 2013 jajajja gracias si sirvio Link to comment
Alexs Posted August 25, 2013 Share Posted August 25, 2013 jajajja gracias si sirvio ¿Cual de todos? Link to comment
PhantomDamn Posted August 25, 2013 Author Share 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 ) Link to comment
Recommended Posts