Need Help With Two Things.
#2

This should get rid of the errors:

pawn Код:
if(!strcmp(cmd, "/skiptut", true))
    {
        for(new i=0; i<MAX_PLAYERS; i++)
        {
            TextDrawHideForPlayer(i,lbt);
            TextDrawHideForPlayer(i,lbb);
            TutTime[i] = 0; PlayerInfo[i][pTut] = 1;
            gOoc[i] = 0; gNews[i] = 0; gFam[i] = 0;
            TogglePlayerControllable(i, 1);
            MedicBill[i] = 0;
            AfterTutorial[i] = 1;
            SetTimerEx("UnsetAfterTutorial", 2500, false, "i", i);
            SetTimerEx("UnsetFirstSpawn", 5000, false, "i", i);
            SetPlayerSpawn(i);
            return 1;
        }
        return 1;
    }
Reply


Messages In This Thread
Need Help With Two Things. - by dannyk0ed - 12.05.2011, 23:35
Re: Need Help With Two Things. - by PotH3Ad - 12.05.2011, 23:44
Re: Need Help With Two Things. - by TheGarfield - 12.05.2011, 23:53
Re: Need Help With Two Things. - by coole210 - 13.05.2011, 00:12
Re: Need Help With Two Things. - by dannyk0ed - 13.05.2011, 10:54

Forum Jump:


Users browsing this thread: 1 Guest(s)