Jump to content

exelomax

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by exelomax

  1. ya esta amigo ya anduvo . muchas gracias te debo una -----by_EXE function tel ( thePlayer ) local theElement = ( isPedInVehicle ( thePlayer ) and getPedOccupiedVehicle ( thePlayer ) or thePlayer ) setElementPosition ( theElement, -1683.3970947266, -246.03791809082, 14.1484375 ) --x,y,z posicion a donde -- local name = getPlayerName(thePlayer) outputChatBox("#04ff00El jugador " ..name.. " #04ff00se fua al picodromo #ffffff(FB2306/pico#ffffff)", root, 255, 255, 255, true) --chat end addCommandHandler ( "pico", tel ) --comando a utilizar
  2. eso lo cambie ahora como no me andaba . fijate en el primero lo escribi bien pero tampoco me anda . gracias amig por ayudarme
  3. ok -----by_EXE function tel ( thePlayer ) local theElement = ( isPedInVehicle ( thePlayer ) and getPedOccupiedVehicle ( thePlayer ) or thePlayer ) setElementPosition ( theElement, -1683.3970947266, -246.03791809082, 14.1484375 ) --x,y,z posicion a donde -- local name = getPlayerName(thePlayer) OutputChatBox("#04ff00El jugador"..name.."#04ff00se fua al picodromo (#00ff00/pico#ffffff)", root, 255, 255, 255, true) --chat end addCommandHandler ( "pico", tel ) --comando a utilizar ese es todo
  4. no amigo se transporta pero en el chat no dice nada
  5. me confundi con otro comando ahora pruebo y te confirmo
  6. entonces modifico local name = getPlayerName(theplayer) outputChatBox("#04ff00El jugador"..name.."#04ff00se fua al picodromo (#00ff00/pico#ffffff)", getrootelement, 255, 255, 255, true) --chat decis asi
  7. puse un teleport y cuando lo uso quiero que aparezca en el chat a donde fui pero no sale -----by_EXE function teletransporte ( thePlayer ) local theElement = ( isPedInVehicle ( thePlayer ) and getPedOccupiedVehicle ( thePlayer ) or thePlayer ) setElementPosition ( theElement, -1683.3970947266, -246.03791809082, 14.1484375 ) --x,y,z posicion a donde -- local name = getPlayerName(source) outputChatBox("#04ff00El jugador"..name.."#04ff00se fua al picodromo (#00ff00/pico#ffffff)", source, 255, 255, 255, true) --chat end addCommandHandler ( "pico", teletransporte ) --comando a utilizar
×
×
  • Create New...