prefeitura
#3

No topo do gm
pawn Код:
new EntradaPrefeitura;
No public OnGameModeInit()
pawn Код:
EntradaPrefeitura = CreatePickup(modelo, tipo, X, Y, Z);//coloca as coordenadas aki da porta da prefeitura
agora no public OnPlayerPickUpPickup(playerid, pickupid)
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == EntradaPrefeitura) {
    SetPlayerPos(playerid,384.808624, 173.804992, 1008.382812);// aki eu coloquei as coordenadas jб nao altere
    SetPlayerInterior(playerid,3);//aki й o interior dela
    }
    return 1;
}
Pronto..=D
Reply


Messages In This Thread
prefeitura - by Cobertozinho - 05.08.2010, 11:54
Re: prefeitura - by Pedro K - 05.08.2010, 12:47
Re: prefeitura - by Falcon. - 05.08.2010, 12:56

Forum Jump:


Users browsing this thread: 1 Guest(s)