13.02.2010, 07:24
ooooh so how would i be able to show it in-game screen? like in a textdraw or GameText? wouldn't be like
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
mytimers[playerid] = SetTimer(....);
GameTextForPlayer(bla bla bla)
return 1;
}