28.11.2010, 23:08
Code:
forward AFKTimer(); public AFKTimer() { if (IsPlayerConnected(0)) { if (afk) SendClientMessageToAll(0xFFFFFFAA, "AFK!"); afk = true;//Can you see it now? } }
Anyway, this is just a test script. The thread is about the bug.