Disabling Tutorials? - 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: Disabling Tutorials? (
/showthread.php?tid=335471)
Disabling Tutorials? -
HarrySidwell - 18.04.2012
HEEY
How do i Disable tutorials?
)
Re: Disabling Tutorials? -
Mrkrabz - 18.04.2012
Are you talking about a RP tutorial or something in a gamemode?
Re: Disabling Tutorials? -
jaami - 18.04.2012
More informations man. Dont just hey how do i do that.
Every script has different type of functions and stuff.
Re: Disabling Tutorials? -
HarrySidwell - 18.04.2012
Quote:
Originally Posted by jaami
More informations man. Dont just hey how do i do that.
Every script has different type of functions and stuff.
|
The Tutorial when you Register,
Re: Disabling Tutorials? -
Mauzen - 18.04.2012
Damn it there is more than one gamemode with a tutorial.
What gamemode did you download?
Re: Disabling Tutorials? -
eglikarost - 18.04.2012
Not sure if troll or just really stupid ..
Re: Disabling Tutorials? -
Spooky - 19.04.2012
You have to make new variables and arrays
like
pawn Код:
new Tutotial = 0;
OnPlayerEnterTutorial(playerid, TUTID);
{
if(Tutorial[playerid] = 1)
{
PutPlayerInTut[playerid] = 1;
}
else
{
SpawnPlayer(playerid);
}
return 1;
}
This is just an example, you have to do some code in the script.
Re: Disabling Tutorials? -
Mark™ - 19.04.2012
He's talking about removing tutorials and all that stuff from that leaked ngrp script he got.
Re: Disabling Tutorials? -
Spooky - 19.04.2012
He is not saying about removing, He is saying enabling and disabling tutorials, right? Harry
Re: Disabling Tutorials? -
Mark™ - 19.04.2012
Quote:
Originally Posted by Spooky
He is not saying about removing, He is saying enabling and disabling tutorials, right? Harry
|
What difference does it make ? He pmed me about this before.