12.05.2012, 19:02
Thank you but I'm using an another "system",I have made a variable tutorial=0 which is made by registration and saves on exit and when you finish your tutorial its =1,so now I need to put this
I don't know where so when a player connects it checks if he has done his tutorila,if not he will have to do it.
Anyone know where to put this?
pawn Код:
if(IgracInfo[playerid][Tut] == 0) //player didn't finish the tutorial
{
ShowPlayerDialog(playerid,tut1,DIALOG_STYLE_INPUT,"{FF0000} Tutorijal"," dadadada\n\n\n adadadaad","OK","NO");
}
Anyone know where to put this?