[Ayuda]Pickup Teleport
#1

Hola he estado tratando de hacer un teleport con Pickuo , pero al momento de ir a donde deberia de estar no aparece

PHP код:
new pickup;
new 
pickup2;
Public 
OnGame....
pickup=CreatePickup(12731, -238.5736,8040.8096,24.1094);
pickup2=CreatePickup(12731, -217.7320,8080.3599,2556.7458);
public 
OnPlayerPickUpPickup(playeridpickupid)
{
if(
pickupid == pickup)
{
SetPlayerPos(playerid,-218.2087,8082.5713,2556.7458); // Coordenada del teleport
}
if(
pickupid == pickup2)
{
SetPlayerPos(playerid,-238.6863,8043.1011,22.7203); // Coordenada del teleport
}
    return 
1;

Reply


Messages In This Thread
[Ayuda]Pickup Teleport - by uardo12 - 12.03.2015, 01:32
Respuesta: [Ayuda]Pickup Teleport - by xSeveNx - 12.03.2015, 02:57
Re: [Ayuda]Pickup Teleport - by uardo12 - 12.03.2015, 03:08
Respuesta: [Ayuda]Pickup Teleport - by xSeveNx - 12.03.2015, 03:15
Re: [Ayuda]Pickup Teleport - by uardo12 - 12.03.2015, 03:38
Respuesta: [Ayuda]Pickup Teleport - by xSeveNx - 12.03.2015, 03:47
Re: [Ayuda]Pickup Teleport - by uardo12 - 12.03.2015, 04:15
Re: [Ayuda]Pickup Teleport - by uardo12 - 12.03.2015, 17:36
Re: [Ayuda]Pickup Teleport - by uardo12 - 12.03.2015, 22:41
Respuesta: [Ayuda]Pickup Teleport - by alexus - 14.03.2015, 21:02

Forum Jump:


Users browsing this thread: 2 Guest(s)