[AJUDA] Function is not implemented
#1

Toda vez que tento fazer um comando dum tutorial dб um erro. Jб procurei no ******, nгo achei nada
Tem como me ajudar ?
Eis o erro:
Код:
C:\Users\Roxas\Desktop\SAMP\gamemodes\RPGComhelper.pwn(16177) : error: 004: function "SendAdminMessage" is not implemented
Reply
#2

Topo do GM:
pawn Код:
forward SendAdminMessage(color, string[]);
Final do GM:
pawn Код:
public SendAdminMessage(color, string[])
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            if(PlayerInfo[i][pAdmin] >= 1)
            {
                SendClientMessage(i, color, string);
            }
        }
    }
}
Reply
#3

Deu, vlw *-*
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)