gametext help
#2

pawn Код:
forward TimedCountdown(playerid);
public TimedCountdown(playerid) {
    if(iTimedCountdown == -1) {
        iTimedCountdown = 61;
    }

    new
        szMessage[10];

    iTimedCountdown--;
    format(szMessage, sizeof(szMessage), "~r~%d",iTimedCountdown); // Add more in if you wish.

    GameTextForAll(szMessage, 950, 3);

    if(iTimedCountdown == 0) {
        KillTimer(rCountdownHandle);
        DisablePlayerCheckpoint(playerid);
    }
    return 1;
}
Reply


Messages In This Thread
gametext help - by manchestera - 05.11.2011, 08:53
Re: gametext help - by sleepysnowflake - 05.11.2011, 09:03
Re: gametext help - by manchestera - 05.11.2011, 09:06

Forum Jump:


Users browsing this thread: 2 Guest(s)