[Ajuda] GameTextForPlayer
#2

Tenta usar um mйtodo pra contagem, analisa direitinho o seu, ou entгo o que vou deixar abaixo.
pawn Код:
forward contar(playerid, x);
public contar(playerid, x)
{
    if (x == -1) return 0;
    new str[128];
    format(str, sizeof(str), "Contagem: %d", x);
    GameTextForPlayer(playerid, str, 1000, 1);
    contar(playerid, x-1);
}
Nгo testei, mas se der erro vocк saberб consertar.

Abraзos.
Reply


Messages In This Thread
GameTextForPlayer - by darkxdll - 23.06.2014, 17:09
Re: GameTextForPlayer - by WLSF - 23.06.2014, 17:23
Re: GameTextForPlayer - by darkxdll - 23.06.2014, 17:28
Re: GameTextForPlayer - by PT - 23.06.2014, 18:00
Re: GameTextForPlayer - by darkxdll - 23.06.2014, 18:41
Re: GameTextForPlayer - by PT - 23.06.2014, 19:42
Re: GameTextForPlayer - by darkxdll - 24.06.2014, 14:59

Forum Jump:


Users browsing this thread: 3 Guest(s)