[RPG]Make a Tutorial?
#3

Quote:
Originally Posted by .:>|★Fr4zZ★|<:.
I DO NOT need people flaming about it, but my gamemode is PEN1.
You double posted, 1 minute after your previous post. In the future please use the edit button.

A tutorial can be simply made with a timer every X seconds, updating a variable. For example, timer every 15 seconds.

pawn Код:
Tutorial[playerid] = 1; //Put this when the tutorial starts

if(Tutorial[playerid] == 1)
{
SendClientMessage(playerid,COLOR_ISEEDEADPEOPLE,"Don't dm you nubcake");
Tutorial[playerid] = 2;
//Camera views
}
else if(Tutorial[playerid] == 2)
{
SendClientMessage(playerid,COLOR_ISEEDEADPEOPLE,"You can buy sausage rolls from the 24-7");
Tutorial[playerid] = 3;
//Camera views
}
It's not indented as i just did it in the forum textbox.
Reply


Messages In This Thread
[RPG]Make a Tutorial? - by FrazZ - 09.03.2009, 00:24
Re: [RPG]Make a Tutorial? - by FrazZ - 09.03.2009, 00:25
Re: [RPG]Make a Tutorial? - by Norn - 09.03.2009, 00:28
Re: [RPG]Make a Tutorial? - by FrazZ - 09.03.2009, 00:38
Re: [RPG]Make a Tutorial? - by Dujma - 09.03.2009, 00:51
Re: [RPG]Make a Tutorial? - by Don_Vito - 26.03.2009, 18:06
Re: [RPG]Make a Tutorial? - by CentZ - 02.07.2009, 20:49
Re: [RPG]Make a Tutorial? - by refshal - 02.07.2009, 20:51
Re: [RPG]Make a Tutorial? - by Anarkien - 02.07.2009, 20:53

Forum Jump:


Users browsing this thread: 2 Guest(s)