05.04.2013, 21:17
Hello, i have an question can that Chat Bubble lag?
Код:
forward pausecheck();
public pausecheck()
{
for(new i=0; i<MAX_PLAYERS; i++)
{
new PausedSeconds = gettime()-PauseTime[i];
if(PausedSeconds > 5)
{
SetPlayerChatBubble(i, "Paused", COLOR_YELLOW, 100.0, 10000);
}
}
return 1;
}

