19.10.2009, 19:15
how can i make a client message like this :P
you are noob.
and that you see it lik every minute?
you are noob.
and that you see it lik every minute?

forward noob(); //---- gamemodeinit SetTimer("noob", 60000, 1); // 1 = repeating 0 = nonrecurrent //---- public noob() { SendClientMessageToAll(COLOR_RED, "You are noob"); return 1; }