Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

[Ajuda] Anuncio Chat Global ( Não Compila )

$
0
0
Preciso de ajuda... fiz isso do zero mais não sei onde errei
Code:


    if(strcmp(cmd,"/anuncio",true)==0)
        {
            new PlayerName[MAX_PLAYER_NAME];
            GetPlayerName(playerid, PlayerName, MAX_PLAYER_NAME);
            format(file, sizeof(file), PASTA_CONTAS, PlayerName(playerid));
            if(PlayerInfo[ playerid][pProfissao] == Assasino){
            {
            SendClientMessage(playerid, Branco, "[ X ] Você anunciou com sucesso!");
                format(string, sizeof(string), "ANUNCIO {FFFFFF} -> Está Cansado de Alguém? Assasino {299C29} CONTATO {FFFFFF} %s {FFD700}ID:%d {13A9F6} !",  PlayerName(playerid),playerid);
                      SendClientMessageToAll(0x299C29AA,string);
            }
            if(PlayerInfo[ playerid][pProfissao] == Mecanico){
            {
                SendClientMessage(playerid, Branco, "[ X ] Você anunciou com sucesso!");
                format(string, sizeof(string), "ANUNCIO {FFFFFF} -> Esta Precisando de Mecânico ? use: /Mecanico {299C29} CONTATO {FFFFFF} %s {FFD700}ID:%d {13A9F6} !", PlayerName(playerid),playerid);
                SendClientMessageToAll(0x299C29AA,string);
            }
            if(PlayerInfo[ playerid][pProfissao] == VendedorSkin){
            {
                SendClientMessage(playerid, Branco, "[ X ] Você anunciou com sucesso!");
                format(string, sizeof(string), "ANUNCIO {FFFFFF} -> Está Precisando de uma Skin nova? Vendedor de Skin {299C29} CONTATO {FFFFFF} %s {FFD700}ID:%d {13A9F6} !", PlayerName(playerid),playerid);
                SendClientMessageToAll(0x299C29AA,string);
            }
            if(PlayerInfo[ playerid][pProfissao] == Taxista){
            {
                SendClientMessage(playerid, Branco, "[ X ] Você anunciou com sucesso!");
                format(string, sizeof(string), "ANUNCIO {FFFFFF} -> Esta Perdido ? Precisa de Taxi /taxi local {299C29} CONTATO {FFFFFF} %s {FFD700}ID:%d {13A9F6} !", PlayerName(playerid),playerid);
                SendClientMessageToAll(0x299C29AA,string);
            }
            if(PlayerInfo[ playerid][pProfissao] == Paramedico){
            {
                SendClientMessage(playerid, Branco, "[ X ] Você anunciou com sucesso!");
                format(string, sizeof(string), "ANUNCIO {FFFFFF} -> Esta Com Pouca Vida ? Chame um Paramedico {299C29} CONTATO {FFFFFF} %s {FFD700}ID:%d {13A9F6} !", PlayerName(playerid),playerid);
                SendClientMessageToAll(0x299C29AA,string);
            }
            if(PlayerInfo[ playerid][pProfissao] == Advogado){
            {
                SendClientMessage(playerid, Branco, "[ X ] Você anunciou com sucesso!");
                format(string, sizeof(string), "ANUNCIO {FFFFFF} -> Está Preso ? Precisa de Advogado ? /advogado {299C29} CONTATO {FFFFFF} %s {FFD700}ID:%d {13A9F6} !", PlayerName(playerid),playerid);
                SendClientMessageToAll(0x299C29AA,string);
            }
            if(PlayerInfo[ playerid][pProfissao] == Sorveteiro){
            {
                SendClientMessage(playerid, Branco, "[ X ] Você anunciou com sucesso!");
                format(string, sizeof(string), "ANUNCIO {FFFFFF} -> Esta com calor ? Chame um sorveteiro {299C29} CONTATO {FFFFFF} %s {FFD700}ID:%d {13A9F6} !", PlayerName(playerid),playerid);
                SendClientMessageToAll(0x299C29AA,string);
            }
            if(PlayerInfo[ playerid ][pProfissao] == MOnibus){
            {
                SendClientMessage(playerid, Branco, "[ X ] Você anunciou com sucesso!");
                format(string, sizeof(string), "ANUNCIO {FFFFFF} -> Estou disponível pela cidade ônibus de luxo {299C29} CONTATO {FFFFFF} %s {FFD700}ID:%d {13A9F6} !", PlayerName(playerid),playerid);
                SendClientMessageToAll(0x299C29AA,string);
            }
            if(PlayerInfo[ playerid ][pProfissao] == EPizza){
            {
                SendClientMessage(playerid, Branco, "[ X ] Você anunciou com sucesso!");
                format(string, sizeof(string), "ANUNCIO {FFFFFF} -> Esta Com Fome ? Peça Uma Pizza Entregador: {299C29} CONTATO {FFFFFF} %s {FFD700}ID:%d {13A9F6} !", PlayerName(playerid),playerid);
                SendClientMessageToAll(0x299C29AA,string);
            }
            else {
                SendClientMessage(playerid,Vermelho,"| ERRO | Você não tem uma profissão adequada para anunciar .");
            return 1;
            //}
            //}
            }


da esses erros:
Code:

C:\Users\****\Desktop\*****\gamemodes\*****.pwn(3384) : error 017: undefined symbol "AddHouse"
C:\Users\****\Desktop\*****\gamemodes\*****.pwn(3386) : error 017: undefined symbol "AddHouse"
C:\Users\****\Desktop\*****\gamemodes\*****.pwn(3388) : error 017: undefined symbol "AddHouse"

Compilation aborted.Pawn compiler 3.2.3664                          Copyright (c) 1997-2006, ITB CompuPhase


26 Errors.

Ou seja da erro onde não tem nada a ver com o sistema do /anunciar

Viewing all articles
Browse latest Browse all 18226

Trending Articles