[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
#2

Logo acima da ъltima chave do seu cуdigo deveria haver um return :


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;
}


Espero ter ajudado .
Reply
#3

Putz valeu estava quebrando o coco + rep pra vocк
edit
eu nem posso dar jб tinha dado outro dia ;(
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)