19.04.2012, 05:44
You have to make new variables and arrays
like
This is just an example, you have to do some code in the script.
like
pawn Код:
new Tutotial = 0;
OnPlayerEnterTutorial(playerid, TUTID);
{
if(Tutorial[playerid] = 1)
{
PutPlayerInTut[playerid] = 1;
}
else
{
SpawnPlayer(playerid);
}
return 1;
}