[Ajuda] Mudanзa de PICKUP para CHECKPOINT
#4

Quote:
Originally Posted by renato989920
Посмотреть сообщение
nгo testei, tenta ai... (nгo conheзo muito zcmd)

pawn Код:
//nгo sei usar essa include cpstream entгo fiz normal, adapta ai.
public OnPlayerEnterCheckpoint(playerid)
{
    if(PlayerToPoint(3.0,playerid,377.1693,-68.4242,1001.5151))
    {
        return cmd_cardapio (playerid, params);
    }

public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == entrada)
    {
        SetPlayerInterior(playerid, 10);
        SetPlayerPos(playerid, 369.1026,-72.1459,1001.5078);
        SetPlayerCheckpoint(playerid, 377.1693,-68.4242,1001.5151, 3.0);
        SendClientMessage(playerid, -1,"| Lanchonete | Entre na marca vermelha para comer algo.");
        lanchonete[playerid] = true;
    }
    if(pickupid == saida)
    {
        SetPlayerInterior(playerid, 0);
        SetPlayerPos(playerid, 1349.6332, -1551.5751, 13.5469);
        DisablePlayerCheckpoint(playerid);
        lanchonete[playerid] = false;
    }
    return 0;
}
Obrigado por ter comentado e tentado me ajudar, mais й que eu irei retirar os pickups de entrada e saida . E Queria criar somente os CheckPoint, por exemplo . No FS ficarб feito os CheckPoint para os interiores . Assim quando ele liga-se a FS no servidor. E ele entrar em alguma lanchonete que foi criada pela sua prуpria GM, o FS entra em aзгo criando apenas as CheckPoints dentro do interior das lanchonetes entendeu ?
Reply


Messages In This Thread
Mudanзa de PICKUP para CHECKPOINT - by Alwe - 10.06.2014, 22:49
Re: Mudanзa de PICKUP para CHECKPOINT - by Alwe - 10.06.2014, 23:43
Re: Mudanзa de PICKUP para CHECKPOINT - by DoN_ReNaTo - 10.06.2014, 23:51
Re: Mudanзa de PICKUP para CHECKPOINT - by Alwe - 10.06.2014, 23:55
Re: Mudanзa de PICKUP para CHECKPOINT - by DoN_ReNaTo - 11.06.2014, 00:06
Re: Mudanзa de PICKUP para CHECKPOINT - by Alwe - 11.06.2014, 00:09
Re: Mudanзa de PICKUP para CHECKPOINT - by Alwe - 11.06.2014, 00:36
Re: Mudanзa de PICKUP para CHECKPOINT - by DoN_ReNaTo - 11.06.2014, 01:16
Re: Mudanзa de PICKUP para CHECKPOINT - by Alwe - 11.06.2014, 01:33
Re: Mudanзa de PICKUP para CHECKPOINT - by Alwe - 11.06.2014, 02:03

Forum Jump:


Users browsing this thread: 1 Guest(s)