Ajuda simples;
#3

pawn Code:
if(strcmp("/gps", cmdtext, true) == 0)
{
    new vId = GetPlayerVehicleID(playerid);
    if(vehEngine[vId] != 1)
    {
        SendClientMessage(playerid,COLOR_GREY,"Voce nao pode ligar o gps com o carro desligado.");
        return 1;
    }
    else
    {
        new listitems[] = "Empregos\nHQs\nGoverno";
        ShowPlayerDialog(playerid,617,DIALOG_STYLE_LIST,"Lista de lugares:",listitems,"Selecionar","Sair");
        return 1;
    }
    return 1;
}
Reply


Messages In This Thread
Ajuda simples; - by Izaac Abreu - 20.08.2011, 14:35
Re: Ajuda simples; - by Dolby - 20.08.2011, 21:20
Re: Ajuda simples; - by Macintosh - 20.08.2011, 22:40

Forum Jump:


Users browsing this thread: 1 Guest(s)