Auto Message
#1

I want a automessage for my mod.I want auto /help message.Please help me
Reply
#2

can you explain more?? I dont really know what you want^^
Reply
#3

top of script
Quote:

forward Helpmsg();

under OnGameModeInit()
Quote:

SetTimer("Helpmsg",320000,1);

anywhere on script
Quote:

public Helpmsg()
{
SendClientMessageToAll(0x0FFFFFFAA,"New to the server? Type /help for more information.");
}

Reply
#4

ty Juggz
Reply
#5

SetTimer("Cycle",10000 /*10 seconds*/,true);

forward Cycle();

public Cycle() {
/* Message code */
return 1;
}
/* end */
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)