[Ajuda] Error e Warnings
#6

pawn Код:
if(strcmp(cmd, "/ajuda", true) == 0 || strcmp(cmd, "/help", true) == 0)
    {
//Aqui Linha do erro '-'
        if(IsPlayerConnected(playerid))
        {
            TogglePlayerControllable(playerid, 0);
            new rstr[1024];
            strcat(rstr, "{B5B5B5}Ajuda Player\n{B5B5B5}Ajuda Empresa\n{B5B5B5}Ajuda Casa\n{B5B5B5}Ajuda Aluguel\n{B5B5B5}Ajuda Celular\n");
            strcat(rstr, "{B5B5B5}Ajuda Lider\n{B5B5B5}Ajuda Emprego\n{B5B5B5}Ajuda Pesca\n{B5B5B5}Ajuda Chat IRC\n{B5B5B5}Ajuda Cozinha");
            strcat(rstr, "\n{B5B5B5}Ajuda Casamento\n{00EE00}Forum do Brasil Virtual Street RPG\n{B23AEE}Creditos do Brasil Virtual Street RPG\n{FFD700}Ajuda VIP / VIP Premium\n{FFD700}Contas VIPs");
            ShowPlayerDialog(playerid, 10, DIALOG_STYLE_LIST, "Ajuda do Brasil Virtual Street", rstr, "Selecionar", "Cancelar");
           
        }
        return 1;
    }
Reply


Messages In This Thread
[Ajuda] Error e Warnings - by Laercio - 29.10.2011, 14:59
Re: [Ajuda] Error e Warnings - by Cristhian - 29.10.2011, 15:02
Re: [Ajuda] Error e Warnings - by Laercio - 29.10.2011, 15:04
Re: [Ajuda] Error e Warnings - by Cristhian - 29.10.2011, 15:22
Re: [Ajuda] Error e Warnings - by Laercio - 29.10.2011, 15:23
Re: [Ajuda] Error e Warnings - by Ricop522 - 29.10.2011, 15:35

Forum Jump:


Users browsing this thread: 1 Guest(s)