[Ajuda] trancar veнculo.
#7

Quote:
Originally Posted by [Full]Garfield[XDB]
Посмотреть сообщение
Tente isto
pawn Код:
CMD:trancar(playerid)
{
    if(!IsPlayerInAnyVehicle(playerid))
        return SendClientMessage(playerid,0xFF004040,"Vocк nгo pode trancar esse veiculo.");
       
    static
        Int,
        P
    ;

    for(Int = 0, P = GetMaxPlayers(); Int != P; ++Int){
        if(Int != playerid){
            SetVehicleParamsForPlayer(GetPlayerVehicleID(playerid), Int, 0, 1);
        }
    }
   
   
    SendClientMessage(playerid, 0x33AA33AA, "Veiculo Trancado");
   
    PlayerPlaySound(playerid,1056, 0.0, 0.0, 0.0);
    return true;
}



CMD:destrancar(playerid)
{
    if(!IsPlayerInAnyVehicle(playerid))
        return SendClientMessage(playerid, vermelho, "Voce nгo estб em um veнculo!");
       
    if(GetPlayerState(playerid)!= PLAYER_STATE_DRIVER)
        return SendClientMessage(playerid,vermelho,"Voce nгo pode destrancar esse veнculo!");
       
    static
        Int,
        P
    ;
   
    for(Int = 0, P = GetMaxPlayers(); Int != P; ++Int){
        SetVehicleParamsForPlayer(GetPlayerVehicleID(playerid),Int, 0, 0);
    }
   
    SendClientMessage(playerid, verde, "VEICULO DESTRANCADO.");
    return true;
}
vlws mano,pegou =DD

Bom,quero aproveitar este tуpico pra tirar uma dъvida.

Como eu realizo aзхes em outros jogadores ?
Ex: dar chave para outro jogador.poderia me dar uma ideia porfavor ?
Reply


Messages In This Thread
trancar veнculo. - by Saidmrn - 11.12.2012, 23:07
Re: trancar veнculo. - by TugaBR - 11.12.2012, 23:31
Re: trancar veнculo. - by HardWar - 11.12.2012, 23:37
Re: trancar veнculo. - by tonisantolia - 12.12.2012, 00:37
Re: trancar veнculo. - by Saidmrn - 12.12.2012, 02:59
Re: trancar veнculo. - by zSuYaNw - 12.12.2012, 03:11
Re: trancar veнculo. - by Saidmrn - 12.12.2012, 03:57
Re: trancar veнculo. - by zSuYaNw - 12.12.2012, 03:58
Re: trancar veнculo. - by Saidmrn - 12.12.2012, 04:03
Re: trancar veнculo. - by Nill.Oliveira - 12.12.2012, 04:07

Forum Jump:


Users browsing this thread: 3 Guest(s)