[Ajuda] Warning chatinho '-'
#1

Boas estava fazendo um negocio de /contar ai aparece na tela 5 4 3 2 1 vai vai !
Sу que deu um Warning chato '-'

Cуdigo

pawn Код:
CMD:contar(playerid, params[])
{
    if(Count >= 5)
    {
    new string[120];
    new pName[MAX_PLAYER_NAME];
    GetPlayerName(playerid, pName, sizeof(pName));
    format(string, 120, "[AVISO]%s iniciou uma contagem  ", pName);
    SendClientMessageToAll(Verde, string);
    CountDown();
    return 1;
    }
}
Warning
pawn Код:
C:\Users\MILTON\Desktop\My Server\gamemodes\huh.pwn(5538) : warning 209: function "cmd_contar" should return a value
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Warning.
da uma luz ai '-'
Reply


Messages In This Thread
Warning chatinho '-' - by Diogo123 - 04.08.2012, 04:56
Re: Warning chatinho '-' - by rjjj - 04.08.2012, 04:58
Re: Warning chatinho '-' - by Diogo123 - 04.08.2012, 05:06

Forum Jump:


Users browsing this thread: 1 Guest(s)