[Ajuda] Carro de Gang
#6

E nгo conseguiu ? Ta difнcil em cara ?

pawn Код:
new VPMilitar[5];
OnGameModeInit // OnFilterScriptInit

pawn Код:
VPMilitar[0] = CreateVehicle(modelo, X, Y, Z, Rotaзгo, Cor1, Cor2, RespawnDelay); //Veiculo numero 0
VPMilitar[1] = CreateVehicle(modelo, X, Y, Z, Rotaзгo, Cor1, Cor2, RespawnDelay); //Veiculo numero 1
VPMilitar[2] = CreateVehicle(modelo, X, Y, Z, Rotaзгo, Cor1, Cor2, RespawnDelay); //Veiculo numero 2
VPMilitar[3] = CreateVehicle(modelo, X, Y, Z, Rotaзгo, Cor1, Cor2, RespawnDelay); //Veiculo numero 3
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate == PLAYER_STATE_DRIVER) VerificarVeiculo(playerid);
    return 1;
}
pawn Код:
forward VerificarVeiculo(playerid);
public VerificarVeiculo(playerid)
{
    for(new c = 0; c <= 4; c++)
    {
        if(IsPlayerInVehicle(playerid, VPMilitar[c]) && PlayerInfo[playerid][PMilitar] < 1)
        {
            SendClientMessage(playerid, Branco, "Vocк nгo й da Policia Militar");
            RemovePlayerFromVehicle(playerid);
            return 1;
        }
    }
    return 1;
}
Crйditos: Josma_cmd
Reply


Messages In This Thread
Carro de Gang - by VictorNascimento - 25.08.2013, 03:23
Re: Carro de Gang - by VictorNascimento - 25.08.2013, 03:47
Re: Carro de Gang - by VictorNascimento - 25.08.2013, 20:45
Re: Carro de Gang - by [THs]ShadoW - 25.08.2013, 23:07
Re: Carro de Gang - by VictorNascimento - 25.08.2013, 23:42
Re: Carro de Gang - by [THs]ShadoW - 25.08.2013, 23:47
Re: Carro de Gang - by VictorNascimento - 26.08.2013, 00:10

Forum Jump:


Users browsing this thread: 2 Guest(s)