21.04.2012, 10:23
pawn Код:
public RandomMessage()
{
if(ServerInfo[Announce] == 1)
{
TextDrawHideForAll(Announcements);
TextDrawSetString(Announcements, RandomMessages[random(sizeof(RandomMessages))]);
TextDrawShowForAll(Announcements);
}
return 1;
}