20.03.2010, 19:19
In my gamemode i have added this advertiseing "system" well i was hopeing it wood work ...
This is what i put at the top :
o.k. this is on game mode init :
and my function :
but i came and waited 20 seconds...nooothing happend .
This is what i put at the top :
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 Код:
SetTimer("AdvertisamFull",5000,1);
pawn Код:
forward AdvertisamFull();
public AdvertisamFull() {
SendClientMessageToAll(red,FullAdverts);
print("Advertisam Has Been Send . 5 Seconds Passed .");
}