How i can make a Tutorial @Server?
#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


Messages In This Thread
How i can make a Tutorial @Server? - by Schnacke - 15.07.2010, 04:08
Re: How i can make a Tutorial @Server? - by aNdReSk - 15.07.2010, 04:24
Re: How i can make a Tutorial @Server? - by ikey07 - 15.07.2010, 07:02

Forum Jump:


Users browsing this thread: 1 Guest(s)