Tutorial bugs [stuck]
#5

Firstly - explain to me if PlayerInfo[i][pTut] = 1; means that player had already passed the tutorial, or if he requires tutorial. If it means that he requires tutorial, then:
In your first piece of code:
pawn Код:
//Find
PlayerInfo[i][pTut] = 1;
//Change to
PlayerInfo[i][pTut] = 0;
In your second piece of code:
pawn Код:
TutTime[playerid] = 0;
//Changes to
TutTime[playerid] = 1;
Reply


Messages In This Thread
Tutorial bugs [stuck] - by Stanford - 05.02.2013, 12:56
Re: Tutorial bugs [stuck] - by Stanford - 05.02.2013, 13:09
Re: Tutorial bugs [stuck] - by Misiur - 05.02.2013, 13:16
Re: Tutorial bugs [stuck] - by Stanford - 05.02.2013, 13:19
Re: Tutorial bugs [stuck] - by Misiur - 05.02.2013, 13:24
Re: Tutorial bugs [stuck] - by Stanford - 05.02.2013, 14:19
Re: Tutorial bugs [stuck] - by Stanford - 07.02.2013, 10:07
Re: Tutorial bugs [stuck] - by Stanford - 07.02.2013, 11:42
Re: Tutorial bugs [stuck] - by Misiur - 07.02.2013, 13:19
Re: Tutorial bugs [stuck] - by Stanford - 08.02.2013, 05:27

Forum Jump:


Users browsing this thread: 2 Guest(s)