Function Not Implemented.
#8

'{' Count: 100
'}' Count: 98

1. You have to place ResetMissiles before OnGameModeInit
2.
pawn Код:
if(pickupid == pickup2)
    {
        if (gTeam[playerid] == TEAM_BLUE)
        {
            for(new i = 0; i < sizeof(totalobj); i ++)
        {
        DestroyObject(totalobj[i]);
    }

//Change to

    if(pickupid == pickup2 && gTeam[playerid] == TEAM_BLUE)
    {
        for(new i = 0; i < sizeof(totalobj); i++) DestroyObject(totalobj[i]);
    }
Any other errors?
Reply


Messages In This Thread
Function Not Implemented. - by Glint - 26.07.2012, 18:54
Re: Function Not Implemented. - by Misiur - 26.07.2012, 18:58
Re: Function Not Implemented. - by Glint - 26.07.2012, 19:06
Re: Function Not Implemented. - by Misiur - 26.07.2012, 19:12
Re: Function Not Implemented. - by Glint - 26.07.2012, 19:14
Re: Function Not Implemented. - by Misiur - 26.07.2012, 19:17
Re: Function Not Implemented. - by Glint - 26.07.2012, 19:20
Re: Function Not Implemented. - by Misiur - 26.07.2012, 19:31
Re: Function Not Implemented. - by Glint - 26.07.2012, 19:44

Forum Jump:


Users browsing this thread: 1 Guest(s)