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

Quote:
Originally Posted by renato989920
Посмотреть сообщение
Seguinte, eu estudei um pouco sobre esta include sу para te ajudar... vou fazer uma base para vocк continuar o resto.

pawn Код:
#include cpstream

//no topo
new Check1;

//no OnFilterScriptInit()
Check1 = CPS_AddCheckpoint(369.1026,-72.1459,1001.5078, 2.0, 10);

public OnPlayerEnterCheckpoint(playerid)
{
    new nomecheck = CPS_GetPlayerCheckpoint(playerid);
    if(nomecheck == Check1)
    {
        SetPlayerInterior(playerid, 0);
        SetPlayerPos(playerid, 1349.6332, -1551.5751, 13.5469);
        lanchonete[playerid] = false;
        return 1;
    }
    return 1;
}
//para remover os pickups й so excluir as linhas dos mesmos(acho que vc sabe fazer isso.)
testa ae.
Irei testar agora .
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: 2 Guest(s)