[AJUDA] 1 Problema e Uma DЪVIDA.
#1

eu fiz um map no mta e salvei tudo mas nгo sei aonde ele estб pra eu passar pra codigo pawn,alguйm sabe aonde se localiza o "salve" do mta map editor ?

e o problema й:

й a msg do servidor estou tentando colocar msg no meu servidor mas nгo estou conseguindo.
to colocando assim:

pawn Код:
SendClientMessage(playerid, 0x1600E0AA, ">> Game mod desenvolvido por PureGewalt /creditos <<");
    SendClientMessage(playerid, 0x1600E0AA, ">> Digite /regras para nгo fazer merda!!! <<");
    SendClientMessage(playerid, 0x1600E0AA, ">> Nunca faзa DB ou serб PUNIDO! <<");
    SendClientMessage(playerid, 0x1600E0AA, ">> Dъvidas? /relatorio chame um admin!  <<");
    SendClientMessage(playerid, 0x1600E0AA, ">> Nгo sabe os comandos? digite /comandos <<");
    SendClientMessage(playerid, 0x1600E0AA, ">> Nгo sabe qual й o Objetivo do game mod? digite /ajuda <<");
dentro do public OnPlayerConnect(playerid)

entгo fico assim:

pawn Код:
public OnPlayerConnect(playerid)
{
  new pname[MAX_PLAYER_NAME], string[22 + MAX_PLAYER_NAME];
  GetPlayerName(playerid, pname, sizeof(pname));
  format(string, sizeof(string), "%s logou no servidor", pname);
  SendClientMessageToAll(0xAAAAAAAA, string);
  return 1;
}
    SendClientMessage(playerid, 0x1600E0AA, ">> Game mod desenvolvido por PureGewalt /creditos <<");
    SendClientMessage(playerid, 0x1600E0AA, ">> Digite /regras para nгo fazer merda!!! <<");
    SendClientMessage(playerid, 0x1600E0AA, ">> Nunca faзa DB ou serб PUNIDO! <<");
    SendClientMessage(playerid, 0x1600E0AA, ">> Dъvidas? /relatorio chame um admin!  <<");
    SendClientMessage(playerid, 0x1600E0AA, ">> Nгo sabe os comandos? digite /comandos <<");
    SendClientMessage(playerid, 0x1600E0AA, ">> Nгo sabe qual й o Objetivo do game mod? digite /ajuda <<");
quando eu clicko em compiler da esse erro:

Код:
C:\Documents and Settings\Bruno\Desktop\Iniciante2\gamemodes\Guerra.pwn(170) : error: 021: symbol already defined: "SendClientMessage"
Nгo estou mais entendo estб dando erro agora no SendClientMessage :S. como posso resolver isso ?
Reply


Messages In This Thread
[AJUDA] 1 Problema e Uma DЪVIDA. - by generaka - 08.06.2011, 03:41
Re: [AJUDA] 1 Problema e Uma DЪVIDA. - by zbt_Daimyo - 08.06.2011, 03:48
Re: [AJUDA] 1 Problema e Uma DЪVIDA. - by Andrew_Guiga - 08.06.2011, 03:55
Re: [AJUDA] 1 Problema e Uma DЪVIDA. - by generaka - 08.06.2011, 03:57
Re: [AJUDA] 1 Problema e Uma DЪVIDA. - by Andrew_Guiga - 08.06.2011, 04:08
Re: [AJUDA] 1 Problema e Uma DЪVIDA. - by generaka - 08.06.2011, 04:27
Re: [AJUDA] 1 Problema e Uma DЪVIDA. - by Andrew_Guiga - 08.06.2011, 04:55
Re: [AJUDA] 1 Problema e Uma DЪVIDA. - by generaka - 08.06.2011, 06:04
Re: [AJUDA] 1 Problema e Uma DЪVIDA. - by [R] ousenber [K] - 08.06.2011, 11:32
Re: [AJUDA] 1 Problema e Uma DЪVIDA. - by Andrew_Guiga - 08.06.2011, 12:47

Forum Jump:


Users browsing this thread: 2 Guest(s)