[AJUDA] Juntar um FS com GM
#1

Bom baixei esse FS > http://pastebin.com/LwhbnSX0 Crйditos = [iPs]Bohm

Quero juntar ele no Meu FS Oque preciso fazer ? tipo Quando coloco o forward Abaixo \/ Da o SEGUINTE Erro
Код:
forward SendHelperMessage(color, string[]);
forward SendHelperAdminMessage(color, string[]);
Erro :
Код:
C:\Users\Son\Desktop\STA\gamemodes\STA.pwn(22355) : error 004: function "SendHelperAdminMessage" is not implemented
Reply
#2

coloque as public tambem -.-'
Reply
#3

AAH CONSEGUI VLW
Reply
#4

Essas Man:
De preferencia bote elas no final do gamemode
pawn Код:
public SendHelperMessage(color, string[])
{
        for(new i = 0; i < MAX_PLAYERS; i++)
        {
                if(IsPlayerConnected(i))
                {
                    if(PlayerInfo[i][pHelper] >= 1 || IsPlayerAdmin(i))
                    {
                                SendClientMessage(i, color, string);
                        }
                }
        }
        printf("[Helper]%s", string);
}
public SendHelperAdminMessage(color, string[])
{
        for(new i = 0; i < MAX_PLAYERS; i++)
        {
                if(IsPlayerConnected(i))
                {
                    if(PlayerInfo[i][pHelper] >= 1 || IsPlayerAdmin(i) || PlayerInfo[i][pAdmin] >= 1)
                    {
                                SendClientMessage(i, color, string);
                        }
                }
        }
        printf("[Helper]%s", string);
}
Reply
#5

[LF]PlaYer Tem msn, Skype ou Algo do Tipo para me ajudar ? se tiver me passe por favor
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)