20.06.2020, 14:52 
	
	
	
		it registers my account but as soon as i enter my password it shows me tutorial again

	
	
	
	

	
	OnPlayerRegister(playerid)
{
    PlayerInfo[playerid][pTutorial] = 0;
}
OnPlayerLogin(playerid)
{
    PlayerInfo[playerid][pTutorial] = 1;
}