01.07.2012, 16:18
Quote:
Sim coloquei a loop No GameModeint Mais da um Erro Estranho ...
pawn Код:
|
Nгo estб errado isso ae, agora o porque do erro jб nгo da para saber, dei uma simplificada nele:
pawn Код:
// OnPlayerConnect
SetTimerEx("Intro1", 2000, false, "d", playerid);
// No Fim do GameMode
forward Intro1(playerid);
forward Intro2(playerid);
forward Intro3(playerid);
forward Intro4(playerid);
forward Intro5(playerid);
forward Intro6(playerid);
forward Intro7(playerid);
public Intro1(playerid) SetTimerEx("Intro2", 2000, false, "d", playerid), TextDrawShowForPlayer(playerid, Textdraw0);
public Intro2(playerid) SetTimerEx("Intro3", 2000, false, "d", playerid), TextDrawShowForPlayer(playerid, Textdraw1);
public Intro3(playerid) SetTimerEx("Intro4", 2000, false, "d", playerid), TextDrawShowForPlayer(playerid, Textdraw2);
public Intro4(playerid) SetTimerEx("Intro5", 2000, false, "d", playerid), TextDrawShowForPlayer(playerid, Textdraw3);
public Intro5(playerid) SetTimerEx("Intro6", 2000, false, "d", playerid), TextDrawShowForPlayer(playerid, Textdraw4);
public Intro6(playerid) SetTimerEx("Intro7", 2000, false, "d", playerid), TextDrawShowForPlayer(playerid, Textdraw5);
public Intro7(playerid) SetTimerEx("Login", 3000, false, "d", playerid);