15.07.2010, 07:02
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
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