[Ajuda] comando no veiculo
#4

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/tunar", cmdtext, true, 10) == 0)
    {
        if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, Cinza, "{3cff00}ERRO {FFFFFF}Vocк deve estar em um veнculo.");
        ShowPlayerDialog(playerid, DIALOGID, DIALOG_STYLE_LIST, "Tunning", "Rodas\nCores\nPaintjobs\nNitro\nSuspensгo\nAutoTuning", "Ok", "Cancelar");
        return 1;
    }
    return 1;
}
Reply


Messages In This Thread
comando no veiculo - by Andrielbad - 17.07.2013, 20:57
Re: comando no veiculo - by TheKoDaK - 17.07.2013, 21:01
Re: comando no veiculo - by Andrielbad - 17.07.2013, 21:04
Re: comando no veiculo - by TheKoDaK - 17.07.2013, 21:05
Re: comando no veiculo - by Andrielbad - 17.07.2013, 21:10
Re: comando no veiculo - by TheKoDaK - 17.07.2013, 21:13

Forum Jump:


Users browsing this thread: 2 Guest(s)