Ingame tutorial, but how?
#10

make an enum "pTut"

add this in OnPlayerConnect

pawn Код:
if(PlayerInfo[playerid][pTut] = 0) {
//show the tut here and set the varieble to 1
PlayerInfo[playerid][pTut] == 1;
}
else if(PlayerInfo[playerid][pTut] == 1) {
//do nothing -,- or maybe dont add else
}
well not really sure..
Reply


Messages In This Thread
Ingame tutorial, but how? - by samtey - 13.08.2011, 09:56
Re: Ingame tutorial, but how? - by Meinstad - 13.08.2011, 10:02
AW: Ingame tutorial, but how? - by samtey - 13.08.2011, 10:11
Re: Ingame tutorial, but how? - by Meinstad - 13.08.2011, 10:14
Re: Ingame tutorial, but how? - by emokidx - 13.08.2011, 10:30
AW: Ingame tutorial, but how? - by samtey - 13.08.2011, 10:32
Re: Ingame tutorial, but how? - by Meinstad - 13.08.2011, 10:33
Re: Ingame tutorial, but how? - by emokidx - 13.08.2011, 10:34
AW: Ingame tutorial, but how? - by samtey - 13.08.2011, 10:37
Re: Ingame tutorial, but how? - by emokidx - 13.08.2011, 10:40

Forum Jump:


Users browsing this thread: 1 Guest(s)