0 Members and 2 Guests are viewing this topic.
i want to add that command which is always start after 2 min with writting it like auto commands script hmmmmmm
SetTimer("twoMinutFunc",120000,true);
forward twoMinutFunc();public twoMinutFunc(){ SendClientMessageToAll(COLOR_WHITE, "spam here"); return 1;}