[Ajuda] Bug no OnPlayerEnterCheckpoint
#1

O problema й que tipo, quando eu entro na checkpoint ' CheckLojaArmas ' ao invйs de mostrar ' Ammunation(playerid); ' as vezes mostra ' Comidas(playerid); ' e quando nгo й um й o outro..

pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
    // loja de armas 1
    if(CheckLojaArmas)
    {
        Ammunation(playerid);
    }

    // pizzaria 1
    if(CheckLojaComidas)
    {
        Comidas(playerid);
    }
    return 1;
}
Reply


Messages In This Thread
Bug no OnPlayerEnterCheckpoint - by Lucas_HenryK - 09.02.2014, 18:58
Re: Bug no OnPlayerEnterCheckpoint - by Lucas_HenryK - 09.02.2014, 20:14
Re: Bug no OnPlayerEnterCheckpoint - by davi54723 - 09.02.2014, 20:55
Re: Bug no OnPlayerEnterCheckpoint - by Lucas_HenryK - 09.02.2014, 21:10
Re: Bug no OnPlayerEnterCheckpoint - by caption - 09.02.2014, 22:22
Re: Bug no OnPlayerEnterCheckpoint - by Leopawno - 09.02.2014, 22:23
Re: Bug no OnPlayerEnterCheckpoint - by Lucas_HenryK - 11.02.2014, 23:34
Re: Bug no OnPlayerEnterCheckpoint - by DannielCooper - 12.02.2014, 00:01
Re: Bug no OnPlayerEnterCheckpoint - by Lucas_HenryK - 12.02.2014, 01:14
Re: Bug no OnPlayerEnterCheckpoint - by DannielCooper - 12.02.2014, 11:46

Forum Jump:


Users browsing this thread: 4 Guest(s)