20.03.2010, 19:04
On Game Mode Init Code :
on the top :
the function :
i waited 5 seconds nothing happens the interval is : 1 000 witch is 1 second...
pawn Код:
SetTimer("AdvertisamFull",5000,1);
pawn Код:
new FullAdverts
{
{"[ADVERTISAM] Be Active And Smart, do not behave bad, and recive GOLD MEMBER SHIP"},
{"[ADVERTISAM] Donate to help us run and maybe get admin !"},
{"[ADVERTISAM] View the makers of this server! /credits"},
{"[ADVERTISAM] Woah Youre Looking good! Well get us looking good, DONATE!"},
};
pawn Код:
forward AdvertisamFull();
public AdvertisamFull() {
SendClientMessageToAll(red,FullAdverts);
}