[Pedido] Chat Local '-'
#10

Quote:
Originally Posted by D4rk
Посмотреть сообщение
pawn Код:
#define Branco 0xFFFFFFAA
#define Cinza 0x660000AA
#define Cinza1 0x66000085
#define Cinza2 0x66000065
#define Preto 0x00000085
public OnPlayerText(playerid, text[])
{
    new string[145];
    new aname[MAX_PLAYER_NAME];
    GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
    format(file, sizeof(file), PASTA_CONTAS, aname);
    //onplayertext
    format(string, sizeof(string), "%s Diz: %s", aname, text);
    ProxChat(30.0, playerid, string, Branco,Cinza,Cinza1,Cinza2,preto);
    return 0;
}
Warns:
Код:
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\gamemodes\GM.pwn(349) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\gamemodes\GM.pwn(349) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\gamemodes\GM.pwn(349) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\gamemodes\GM.pwn(349) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\gamemodes\GM.pwn(349) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\gamemodes\GM.pwn(3037) : error 010: invalid function or declaration
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\gamemodes\GM.pwn(3038) : error 010: invalid function or declaration

Linhas:

pawn Код:
ProxChat(30.0, playerid, string, Branco,Cinza,Cinza1,Cinza2,Preto); //<~~~~~~ 349

forward ProxChat(Float:radi, playerid, string[],0xFFFFFFFF,0xE8E8E8FF,0xD1D1D1FF,0xC2C2C2FF,0xB0B0B0FF); // <~~~~~~ 3037
public ProxChat(Float:radi, playerid, string[],0xFFFFFFFF,0xE8E8E8FF,0xD1D1D1FF,0xC2C2C2FF,0xB0B0B0FF) //<~~~~~~ 3038

Ajuda? '-'


@@@@@@ EDIT @@@@@@
Jб arrumei! REP+ pros que ajudaram... vlw!
Reply


Messages In This Thread
Chat Local '-' - by HeyHoLetsGo - 17.01.2013, 13:34
Re: Chat Local '-' - by Sky™ - 17.01.2013, 13:37
Re: Chat Local '-' - by HeyHoLetsGo - 17.01.2013, 13:41
Re: Chat Local '-' - by LincoN_ - 17.01.2013, 13:44
Re: Chat Local '-' - by HeyHoLetsGo - 17.01.2013, 13:46
Re: Chat Local '-' - by MegalodoN - 17.01.2013, 13:50
Re: Chat Local '-' - by HeyHoLetsGo - 17.01.2013, 13:50
Re: Chat Local '-' - by Dolby - 17.01.2013, 13:53
Re: Chat Local '-' - by MegalodoN - 17.01.2013, 13:55
Re: Chat Local '-' - by HeyHoLetsGo - 17.01.2013, 14:02

Forum Jump:


Users browsing this thread: 3 Guest(s)