08.01.2018, 14:12
PHP код:
forward gggg(color[8], t);
public gggg(color[8], t)
{
if(t == 0)return 1;
new str[256];
format(str, sizeof(str), "%d, %d", color[0], color[2]);
SendClientMessageToAll(0x00FF00FF, str);
SetTimerEx("gggg", 1000, 0, "sd", color, t-1);
return 1;
}