13.08.2011, 10:40
make an enum "pTut"
add this in OnPlayerConnect
well not really sure..
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
}