Disabling Tutorials?
#1

HEEY How do i Disable tutorials? )
Reply
#2

Are you talking about a RP tutorial or something in a gamemode?
Reply
#3

More informations man. Dont just hey how do i do that.
Every script has different type of functions and stuff.
Reply
#4

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,
Reply
#5

Damn it there is more than one gamemode with a tutorial.
What gamemode did you download?
Reply
#6

Not sure if troll or just really stupid ..
Reply
#7

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.
Reply
#8

He's talking about removing tutorials and all that stuff from that leaked ngrp script he got.
Reply
#9

He is not saying about removing, He is saying enabling and disabling tutorials, right? Harry
Reply
#10

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)