How to make skip tutorial cmd? - 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)
+--- Thread: How to make skip tutorial cmd? (
/showthread.php?tid=333350)
How to make skip tutorial cmd? -
sanjil_rijal - 11.04.2012
Can anyone giveme pawn code to skip turorial?
Re: How to make skip tutorial cmd? -
zSuYaNw - 11.04.2012
pawn Код:
Tutorial[playerid] = 16 /* SELECT THE FINAL PART OF TUTORIALS */;
SpawnPlayer(playerid);
Put in on dialog for skip.
Re: How to make skip tutorial cmd? -
sanjil_rijal - 11.04.2012
THANKS.REP+