28.10.2014, 22:31
pawn Код:
new Msgs;
new Announce[][] =
{
!""lblue"[SERVER]: "lwhite"Useful commands: "lorange"/help /phelp /cmds /credits /rules /admins",
!""lblue"[SERVER]: "lwhite"Do you have a good idea for the server why not suggest it into our "lorange"Developers"lwhite", by Doing /suggest or posting it on forums.",
!""lblue"[SERVER]: "lwhite"Always Obey "lorange"Player "lwhite"and "lorange"Administrators!",
!""lblue"[SERVER]: "lwhite"Want to stay "lblue"Safe "lwhite"Read "lorange"/rules",
!""lblue"[SERVER]: "lwhite"You don't need to worry your stats will be automatically Save!",
!""lblue"[SERVER]: "lwhite"Want to contact your friend? use "lorange"/phone",
!""lblue"[SERVER]: "lwhite"Want to use GPS [Global Positioning System], use "lorange"/gps",
!""lblue"[SERVER]: "lwhite"This server includes Robbery System for Fun, so if you want use "lorange"/rob (player ID) "lwhite"Hope you enjoy!",
!""lblue"[SERVER]: "lwhite"Wanna kill yourself because your wife get angry to you? do "lorange"/kill "lwhite"to see what's going to happen!",
!""lblue"[SERVER]: "lwhite"Wanna see new Updates? Type "lorange"/cmds(/commands) "lwhite"and click The Update Button below General Commands!",
!""lblue"[SERVER]: "lwhite"Want to report bug(s) use "lorange"/repbug",
!""lblue"[SERVER]: "lwhite"We have inventory system for Gas can! so if you wanna Refill use "lorange"/inventory",
!""lblue"[SERVER]: "lwhite"This server Includes Anti-Cheat, so if your too noob leave now before "lblue"TeamPRO "lwhite"kick your Ass!",
!""lblue"[SERVER]: "lwhite"Want to change class? use "lorange"/reclass "lwhite"to force go in Class menu without pressing "lorange"F4!",
!""lblue"[SERVER]: "lwhite"Want to call help? use "lorange"/sos "lwhite"to call assistance!",
!""lblue"[SERVER]: "lwhite"Did you know that this server uses T-INI Beta 1 by TeamPRO",
!""lyellow"QUOTE: "lwhite"Working hard is the best way to earn Money -TeamPRO"
};
forward GlobalAnnouncement();
public GlobalAnnouncement()
{
Msgs %= sizeof(Announce);
SendClientMessageToAll(yellow,Announce[Msgs++]);
}
