Tutorial After Relog - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Tutorial After Relog (
/showthread.php?tid=204607)
Tutorial After Relog -
AngelRespawn - 30.12.2010
Hey, I have a problem when I tried to relog on the script, it re-shows the tutorial. I'm using DJson. I tried everything and it didn't work. I DID register and it shows the tutorial again once I relogged. I DID the tutorial and again, shows the tutorial again on relog.
Contact information:
XFire: angelrespawn
Skype: angelrespawn
MSN:
angelrespawn@hotmail.com
Any light on this?
Re: Tutorial After Relog -
_rAped - 30.12.2010
Will you able to post some of the code here? Seems like something went wrong with your variables.
Re: Tutorial After Relog -
AngelRespawn - 30.12.2010
It sends me right back to here:
if(PlayerInfo[playerid][pTut]==0)
{
ShowPlayerDialog(playerid, DIALOGID_TGENDER, DIALOG_STYLE_MSGBOX, "Immigration Office - Gender","Welcome to the immigration office.\n\nImmigration Officer says: You are here to become legal citizen of the Bayside and El Quebrados state.\nImmigration Officer says: You will have to answer a few questions before I can hand you a passport.\nImmigration Officer says: Let's get started, what is your sex?", "Male", "Female");
PlayerInfo[playerid][pCalledTutSay] = 1;
GreenBar[playerid] = CreateProgressBar(152.00, 431.00, 336.50, 13.50, 16716287, 80.0);
ShowProgressBarForPlayer(playerid, GreenBar[playerid]);
SetProgressBarValue(GreenBar[playerid], 5.0);
UpdateProgressBar(GreenBar[playerid], playerid);
TextDrawSetString(Text:RegStep[playerid], "Registration Progress: [1/20]");
TextDrawShowForPlayer(playerid, RegStep[playerid]);
}
SetPlayerVirtualWorld(playerid,playerid);
return 1;
}
Re: Tutorial After Relog -
AngelRespawn - 31.12.2010
Anyone?
Re: Tutorial After Relog -
06leachr - 31.12.2010
Will you find
and copy the line here?
Re: Tutorial After Relog -
AngelRespawn - 01.01.2011
Is there any another alternatives?