[Question]How to make automatic announcements
#2

pawn Code:
forward AutoMsg();
OnGameModeInt
pawn Code:
SetTimer("AutoMsg",900000,1); // Auto message in every XX minutes
pawn Code:
public AutoMsg()
{
    SendClientMessageToAll(YOURCOLOR, "EPIC FAIL");
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)