05.02.2013, 13:24
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:
In your second piece of code:
In your first piece of code:
pawn Код:
//Find
PlayerInfo[i][pTut] = 1;
//Change to
PlayerInfo[i][pTut] = 0;
pawn Код:
TutTime[playerid] = 0;
//Changes to
TutTime[playerid] = 1;