Issue with IRC plugin, doesn't post that the server is booting up
#1

Hello.
I have this on my OnGameModeInit:
PHP код:
SetTimer("sendServerUp",2000,0);
/* ============================================================================= */
forward sendServerUp();
public 
sendServerUp()
{
    
IRC_GroupSay(Group"#status""The server has successfully booted.");
    return 
1;
}
/* ============================================================================= */ 
but it doesnt say anything.

When i use this in OnGameModeExit:
PHP код:
IRC_GroupSay(Group"#status""The server has succesfully shutdown."); 
that does work.

Why doesn't it work on my ongamemodeinit?


EDIT:

increased the timer now it does work, weird.
so FIXED
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)