03.06.2016, 20:25
Intenta asi:
PHP код:
if(pickupid == PickupTP[0])
{
new str[128];
SetPlayerPos(playerid, 2308.7476,-15.0053,26.7422);
PlayerPlaySound(playerid,1139,0.0,0.0,0.0);
}
if(pickupid == PickupTP[1])
{
new str[128];
SetPlayerPos(playerid, 2319.3230,3.2437,26.4844);
PlayerPlaySound(playerid,1139,0.0,0.0,0.0);
}