[Ajuda] Nгo aguento mais Spawn Vehicle
#5

Quote:
Originally Posted by Victor'
Посмотреть сообщение
pawn Код:
#include a_samp

public OnPlayerConnect(playerid)
{
    // Armazena o nъmero 65535 para evitar bugs
    SetPVarInt(playerid, "LastEnterVeh", 0xffff);
    return 1;
}

public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate & PLAYER_STATE_DRIVER || newstate & PLAYER_STATE_PASSENGER)
    {
        // Verifica o tempo com que ele entrou em um carro                  verifica se o nъmero armazenado й diferente de 65535 para evitar bugs
        if(GetTickCount() - GetPVarInt(playerid, "LastEnterVeh") < 150 && GetPVarInt(playerid, "LastEnterVeh") != 0xffff)
        {
            // Crasha o GTA do hacker
            GameTextForPlayer(playerid, "~l~h~~h~h~h~h~~~~\\//@!#$&*~~~~~", 0xffff, 2);
        }

        // Armazena o tempo real em que ele entrou de um veiculo para o outro
        SetPVarInt(playerid, "LastEnterVeh", GetTickCount());
    }
    return 1;
}
Hm, obrigado. Em questгo do Cleo de warnings, nгo teria nada nй??
Reply


Messages In This Thread
Nгo aguento mais Spawn Vehicle - by Ley - 02.09.2012, 02:12
Re: Nгo aguento mais Spawn Vehicle - by Victor' - 02.09.2012, 02:23
Re: Nгo aguento mais Spawn Vehicle - by Ley - 02.09.2012, 02:29
Re: Nгo aguento mais Spawn Vehicle - by Victor' - 02.09.2012, 02:34
Re: Nгo aguento mais Spawn Vehicle - by Ley - 02.09.2012, 02:37

Forum Jump:


Users browsing this thread: 2 Guest(s)