27.10.2011, 20:49
Enfim, estб aqui a minha conclusгo:
Indo pra escola... FUIZ.
pawn Код:
new meututorial[MAX_PLAYERS], tempotuto;
forward Caroline(playerid);
public Caroline(playerid)
{
if(Meututorial[playerid] == 0)
{
SendClientMessage(playerid, -1,"Vocк estб comeзando um tutorial da Caroline ( Form SA-MP )");
}
if(Meututorial[playerid] == 1)
{
// Parte 2
return 1;
}
if(Meututorial[playerid] == 2)
{
// Parte 3
return 1;
}
if(Meututorial[playerid] == 3)
{
// Parte 4
return 1;
}
if(Meututorial[playerid] == 4)
{
// Parte 5
return 1;
}
if(Meututorial[playerid] == 5)
{
// Parte 6
return 1;
}
if(Meututorial[playerid] == 6)
{
// FIM - Adicione mais caso quiser
KillTimer(tempotuto);
return 1;
}
return Meututorial[playerid]++, tempotuto = SetTimerEx("Caroline", /*Tempo para mudar as mensagem*/, true, "i", playerid);
}