Halp man!
#2

On top//
pawn Код:
new messagenumber = 0;

new messages[][] = { // Messages need to be changed/added.
    "Want to donate to help our community stay alive, then ask an admin",
    "No admins on and you want to report someone? Make a player complaint on our forums!",
    "Check out our forums at compress-gaming.tk",
    "Donate to recieve certain rewards! It's a great way to fullen your experience!",
    "Please note that if you are having account issues to make an administrative request on our forums!",
    "We have a zero tolerancy rule for server advertising and hacking.",
    "Remember at all times on the server you MUST Roleplay.",
    "Please remember to send donations to Harsh or Yuvi only!",
    "Use /information to view our current information about our server.",
    "Don't ask for become an Admin. You earn it by going through Helper, and all the other Staff Ranks.",
    "Looking for some visual help? You may /requesthelp and an Advisor will be with you shortly.",
    "Wanting to become a Helper? Help around on /new and the Chief Advisor will notice you.",
    "Need Script Relating Help ? Use /n for the Newbie Chat!"
// you may add more msgs but you must put "," in 2nd last line
};
Put where you want:
pawn Код:
forward RandomMessage();
public RandomMessage()
{
    if(messagenumber == sizeof(messages)) messagenumber = 0;
    SendClientMessageToAll(orange, messages[messagenumber]);
    messagenumber++;
    return 1;
}
//under OnGameModeInit
pawn Код:
SetTimer("RandomMessage", 50000, true); // current time 2.5 second
Reply


Messages In This Thread
Halp man! - by xHarshx - 12.01.2014, 03:33
Re: Halp man! - by Raza2013 - 12.01.2014, 03:57
Re: Halp man! - by Sojo12 - 12.01.2014, 04:04
Re: Halp man! - by -=Dar[K]Lord=- - 12.01.2014, 04:05
Re: Halp man! - by Raza2013 - 12.01.2014, 04:08
Re: Halp man! - by xHarshx - 12.01.2014, 04:29
Re: Halp man! - by Raza2013 - 12.01.2014, 04:30
Re: Halp man! - by newbienoob - 12.01.2014, 04:32
Re: Halp man! - by Tuntun - 12.01.2014, 04:33
Re: Halp man! - by xHarshx - 12.01.2014, 04:37

Forum Jump:


Users browsing this thread: 1 Guest(s)