[Pedido] Detectar movimento do veiculo
#1

qual й a funзгo que detectar se um veiculo estar dando rй?
Reply
#2

Alguйm?
Reply
#3

Verifica se o cara tб dentro de um carro, e verifica se a tecla que ele tб apertando й a tecla 'S'.
Reply
#4

vou tentar aki!
Reply
#5

Fiz assim vey n funfou :/

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(IsPlayerInAnyVehicle(playerid) && newkeys == 32)
    {
    PlayerPlaySound(playerid, 1077, 0.0, 0.0, 10.0);
    }
    return 1;
}
Reply
#6

tenta
pawn Код:
if(!IsPlayerInAnyVehicle(playerid)
Reply
#7

Quote:
Originally Posted by CharlieBrown
Посмотреть сообщение
tenta
pawn Код:
if(!IsPlayerInAnyVehicle(playerid)
Assim vai verificar se ele nгo tб no veнculo, nгo й isso que o cara quer.


@Tуpico

Verifica se a tecla й para quando tб no veнculo mesmo, e tenta usar a verificaзгo (newkeys & id), creio que seja mais apropriada pelo que tem escrito na WIKI.

Abraзos.
Reply
#8

Conseguir vlw, ae quem me deu umas dicas
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)