29.07.2012, 17:04
Well here is my auto announcements that I scripted to My GM.
I removed some here to show.
That's the way I did it.
Don't forget timer and the number of the lines.
3 lines type 3 in there. If adding more lines then type the amount of lines in "[]" Other wise the Announcement won't work.
Код:
//Anounncements
new Msg;
new Announcements[3][8000] = { // Announcements[number of announcement messages][string lengh]
"*** - To Tune Your car Type /cartune and For Neons type /neon ;) - ***",
"*** - To teleport around, type /t - ***",
"*** - Basic: /help - /t - /skin - /v***",
};
new nojump2[MAX_PLAYERS];
forward GlobalAnnouncement();
That's the way I did it.
Don't forget timer and the number of the lines.
3 lines type 3 in there. If adding more lines then type the amount of lines in "[]" Other wise the Announcement won't work.

