05.01.2011, 05:43
(
Последний раз редактировалось r3k1lLz_; 05.01.2011 в 07:52.
)
Information
I have seen lots of people make HelpBot scripts that are really big and messy and I was looking for one for my gamemode and I couldn't find one I really liked. So I thought I should make my own...
How this system works?
As you can see if you open the include there's a
In there you put your text you want with the ""'s, below is an example of what you do with the starting publics
That's pretty basic easy and cheesy heh?
Tweaks
In the include there's a #define Time for the time you want the text to show up and #define COLOUR for the choice of the colour.
Download:
(I've included a script for what you do if your using a GameMode or FilterScript)
Download link: www.rekillz.site90.com/randmessage
I have seen lots of people make HelpBot scripts that are really big and messy and I was looking for one for my gamemode and I couldn't find one I really liked. So I thought I should make my own...
How this system works?
As you can see if you open the include there's a
pawn Код:
new RandomMessages[][]=
{
"Add Us To your favourites!",
"Read the /rules before playing",
"Type /wepbuy to buy weapons!",
"Type /help to know what to do."
//Leave last line without a comma
};
pawn Код:
//OnGameModeInit or OnFilterScriptInit
RandMessageInit();
//OnGameModeExit or OnFilterScriptExit
RandMessageExit();
Tweaks
In the include there's a #define Time for the time you want the text to show up and #define COLOUR for the choice of the colour.
Download:
(I've included a script for what you do if your using a GameMode or FilterScript)
Download link: www.rekillz.site90.com/randmessage