Auto Messages?
#1

Hello, I have made an Auto Message system but it kinda does work and doesn't work...
The messages come to fast.

pawn Code:
forward msgs();
forward msgs1();
forward msgs2();

SetTimer("msgs", 30000, true);
SetTimer("msgs1", 60000, true);
SetTimer("msgs2", 90000, true);

public msgs()
{
    SendClientMessageToAll(COLOR_YELLOW, "[INFO] Welcome to LSRP, Remember to use /help!");
    return 1;
}

public msgs1()
{
    SendClientMessageToAll(COLOR_YELLOW, "[INFO] Take a look at the rules by tping /rules");
    return 1;
}

public msgs2()
{
    SendClientMessageToAll(COLOR_YELLOW, "[INFO] Vist us at www.lsrp.comule.com");
    return 1;
}
Thanks in advance
Reply


Messages In This Thread
Auto Messages? - by Luis- - 19.08.2010, 23:36
Re: Auto Messages? - by willsuckformoney - 20.08.2010, 00:00
Re: Auto Messages? - by Luis- - 20.08.2010, 00:00
Re: Auto Messages? - by willsuckformoney - 20.08.2010, 00:04
Re: Auto Messages? - by lolumadd - 20.08.2010, 00:04
Re: Auto Messages? - by Mike Garber - 20.08.2010, 04:58

Forum Jump:


Users browsing this thread: 1 Guest(s)