[AJUDA] Gamemode Compile
#1

Galera eu queria saber oque posso fazer com isso ae, vou mandar o forward/public
Код:
gamemodes\GM.pwn(42205) : warning 204: symbol is assigned a value that is never used: "VipSobrando"
pawn Код:
//TOPO DO GM
new VipSobrando;
pawn Код:
forward VagaVip();
public VagaVip()
{
    for(new idx=0; idx<sizeof(InfoVip); idx++)
    {
        if(strcmp(InfoVip[idx][vNome],"Ninguem", true ) == 0 )
        {
            VipSobrando = 1;
            return 1;
        }
    }
    VipSobrando = 0;  //Linha 42205
    return 0;
}
Reply


Messages In This Thread
[AJUDA] Gamemode Compile - by GuiihCamargo - 09.03.2012, 01:08
Re: [AJUDA] Gamemode Compile - by Lucas_Alemao - 09.03.2012, 01:11
Re: [AJUDA] Gamemode Compile - by Đeagle - 09.03.2012, 01:12
Re: [AJUDA] Gamemode Compile - by GuiihCamargo - 09.03.2012, 01:20
Re: [AJUDA] Gamemode Compile - by rjjj - 09.03.2012, 01:25
Re: [AJUDA] Gamemode Compile - by Đeagle - 09.03.2012, 01:25

Forum Jump:


Users browsing this thread: 1 Guest(s)