23.04.2012, 02:29
(
Последний раз редактировалось OTACON; 24.04.2012 в 11:45.
)
INCLUDE --< EASY TO TELEPORT >-- V0.3
'INCLUDE CREADO PARA LOS USUARIOS NOVATOS EN PAWNO'
INFORMACION:'INCLUDE CREADO PARA LOS USUARIOS NOVATOS EN PAWNO'
Un Simple Include Para Crear Teleport's Con o Sin Vehiculo, Con o sin Pasajero (Acompaсante), con VirtualWorld y Interior, y segundos que Te Congelara en los casos que el Mapeado No Cargue.
FUNCION:
pawn Код:
EasyTOTeleport(playerid, Float:x, Float:y, Float:z, Interior, VirtualWorld, Segundos);
1. * Colocar El archivo 'EasyTOTeleport.inc' En:
pawn Код:
La Carpeta TUSERVER/pawno/Include
pawn Код:
#include <EasyTOTeleport>
EJEMPLO:
pawn Код:
if (strcmp("/MyTeleport", cmdtext, true, 10) == 0)
{
EasyTOTeleport(playerid, 1479.5354,-1723.7605,13.5469, 0, 0, 7000)
//Iras Al Ayuntamiento con Interio '0' y VirtualWorld '0' y te congelara 7 Segundos.
return 1;
}
VERSION 0.1
VERSION 0.2
VERSION 0.3
CONTRASEСA::
Si no les Funciona la Contraseсa Copiando y Pegando Intenten
Escribiendola Manualmente , La contraseсa es Otacon Con La
O en Mayuscula, y les funcionara Perfectamente.
ACTUALIZACION:
-- Actualizacion 03/02/2012 --
* Se Separaron Las Funciones,
y Creando 2 funciones,
una para Vehiculos y Otra Para Player
* Se Elimino SetVehicleZAngle y
SetPlayerFacingAngle
FUNCION:* Se Separaron Las Funciones,
y Creando 2 funciones,
una para Vehiculos y Otra Para Player
* Se Elimino SetVehicleZAngle y
SetPlayerFacingAngle
pawn Код:
EasyTOTeleportToPlayer(playerid, Float:x, Float:y, Float:z, Interior, VirtualWorld, Segundos);
pawn Код:
EasyTOTeleportToVehicle(playerid, Float:x, Float:y, Float:z, Interior, VirtualWorld, Segundos);
ACTUALIZACION:
-- Actualizacion 23/04/2012 --
* Se Volvio a Unir Las Funcion,
y Creando 1 funciones,
una para Vehiculos y Para Player
Con Opciones 'Opcionales'.
* Se Volvio a SetVehicleZAngle y
SetPlayerFacingAngle
Son 'Opcionales'.
FUNCION:* Se Volvio a Unir Las Funcion,
y Creando 1 funciones,
una para Vehiculos y Para Player
Con Opciones 'Opcionales'.
* Se Volvio a SetVehicleZAngle y
SetPlayerFacingAngle
Son 'Opcionales'.
pawn Код:
EasyTOTeleport(playerid, Float:x, Float:y, Float:z, Float:Angle = 0.0, bool:Opcion = true, Interior = 0, VirtualWorld = 0, Segundos = 0, Toggle = 1);
EJEMPLO CON OPCIONES 'Opcionales' :
pawn Код:
EasyTOTeleport(playerid, 1479.5354,-1723.7605,13.5469, 0.0, false, 0, 0, 7000, 1); //Iras Al Ayuntamiento Desde Un Vehiculo con Interio '0' y VirtualWorld '0' y te congelara 7 Segundos.
pawn Код:
EasyTOTeleport(playerid, 1479.5354,-1723.7605,13.5469); //Iras Al Ayuntamiento Sin Un Vehiculo con Interio '0'(Por Defecto) y VirtualWorld '0'(Por Defecto) y Angulo '0.0'(Por Defecto) y te congelara 0 Segundos.(Por Defecto)
<ШTACШN> , Francis, IRINEL1996