Quote:
Originally Posted by Seven_of_Nine
OnPlayerConnect:
pawn Код:
SetTimer("help",60000,false);
anywhere:
pawn Код:
forward help;
public help { //Feel free to edit the message :D SendClientMessageToAll(your color here,"/help to see commands"); SetTimer("help",60000,false); }
|
After a couple players connect, that snippet would spam them all alot.