[Ajuda] GameTextForPlayer
#4

o codigo dele ta muito top curti bastante e simples e eficaz, ve se assim entende como se usa, top Will

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);
    return contar(playerid, x-1);
}

CMD:contar10(playerid)
    return contar(playerid, 10);
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: 2 Guest(s)