How i can make a Tutorial @Server?
#1

Hi all,
my question is how i can make a Tutorial for the player?
i want to make a tutorial after register but I do not know how, always something wrong
Reply
#2

I personally recommend u that you make one using dialog menus! Those camera fixed tutorials are so annoying >_<
Reply
#3

after player is registered, set for exa: Tutor[playerid] = 1;
and SetPlayerSpawn.

than in spawn section add new
if(Tutor[playerid] == 1)
{
SendClientMessage(COLOR_WHITE,"Hello this is tutorial");
}
than you can set timer (or add Tutor[playerid]++; in some 1 sec loop functions, like OtherTimer in GF) for exa change views etc

somthing like that
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)