New generation roleplay - tutorial bug - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: New generation roleplay - tutorial bug (
/showthread.php?tid=676828)
New generation roleplay - tutorial bug -
Kursed - 20.06.2020
it registers my account but as soon as i enter my password it shows me tutorial again
Re: New generation roleplay - tutorial bug -
Xlithan - 21.06.2020
Are you completing the tutorial fully?
Re: New generation roleplay - tutorial bug -
Kursed - 21.06.2020
are you out of your mind?
Re: New generation roleplay - tutorial bug -
Xlithan - 21.06.2020
Ok well I was going to help since I had this issue with NGRP script and fixed it, but now you can forget it.
Re: New generation roleplay - tutorial bug -
Kursed - 22.06.2020
how did you fix this issue?
Re: New generation roleplay - tutorial bug -
GeorgeLimit - 26.06.2020
Code:
OnPlayerRegister(playerid)
{
PlayerInfo[playerid][pTutorial] = 0;
}
OnPlayerLogin(playerid)
{
PlayerInfo[playerid][pTutorial] = 1;
}