Novo em Pawn, erro com Pickup de teleporte
#4

Tenta assim amigo:
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid == NovoPickup)
GameTextForPlayer(playerid,"~w~Saida da ~b~DP",3000,3);
SetPlayerPos(playerid, 1546.56,-1675.66,13.56);
SetPlayerInterior(playerid, 0);
return 1;

if(pickupid == PickupDp)
GameTextForPlayer(playerid,"~w~Bemvindo a ~b~DP",3000,3);
SetPlayerPos(playerid, 246.66,66.98,1003.64);
SetPlayerInterior(playerid, 6);
return 1;
}
Reply


Messages In This Thread
Novo em Pawn, erro com Pickup de teleporte - by victor_h666 - 29.12.2010, 02:56
Re: Novo em Pawn, erro com Pickup de teleporte - by Manteiga01 - 29.12.2010, 12:06
Re: Novo em Pawn, erro com Pickup de teleporte - by abestado - 29.12.2010, 12:19
Re: Novo em Pawn, erro com Pickup de teleporte - by Xapita_Halls - 29.12.2010, 12:44
Re: Novo em Pawn, erro com Pickup de teleporte - by bugvip - 29.12.2010, 12:57

Forum Jump:


Users browsing this thread: 1 Guest(s)