#1

how can i make a client message like this :P

you are noob.


and that you see it lik every minute?
Reply
#2

Код:
forward noob();
//---- gamemodeinit
SetTimer("noob", 60000, 1); // 1 = 	repeating     0 =  nonrecurrent

//---- 

public noob()
{
SendClientMessageToAll(COLOR_RED, "You are noob");
return 1;
}
if you meen this..
Reply
#3

https://sampwiki.blast.hk/wiki/Random_Messages
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)