[Ajuda] Iniciar Comando
#1

Bom eu estou tentando colocar um comando que so pode iniciar com 1 carro que no caso seria o Elegy.

Pois eu tentei usar a Funзao e se eu uso Ele nao deixa Iniciar o Comando com carro nenhum mesmo estando em um elegy

pawn Код:
if(IsPlayerInVehicle(playerid, 562) == 0) //False
        {
            SendClientMessage(playerid,VERMELHO,"{3cff00}[TBD] {FFFFFF}Vocк deve estar em um Elegy.");
            return 1;
        }
E se eu Coloco ele iniciar Normalmente com qualquer um veiculo
pawn Код:
if(IsPlayerInVehicle(playerid, 562) == 1) //True
        {
            SendClientMessage(playerid,VERMELHO,"{3cff00}[TBD] {FFFFFF}Vocк deve estar em um Elegy.");
            return 1;
        }
Sera que voces poderiam me ajudar a fazer esse comando iniciar somente dentro de um Elegy?
Reply


Messages In This Thread
Iniciar Comando - by TheKoDaK - 26.07.2013, 20:26
Respuesta: Iniciar Comando - by ViniKuliveguisky - 26.07.2013, 20:31
Re : Iniciar Comando - by ThiagoMK - 26.07.2013, 20:32
Re: Iniciar Comando - by @Riichard - 26.07.2013, 20:33
Re: Respuesta: Iniciar Comando - by TheKoDaK - 26.07.2013, 20:34
Re: Iniciar Comando - by TheKoDaK - 26.07.2013, 20:37
Re: Iniciar Comando - by PT - 26.07.2013, 23:32

Forum Jump:


Users browsing this thread: 2 Guest(s)