SA-MP Forums Archive
Problem with advertisam system. [UNSLOVED] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Problem with advertisam system. [UNSLOVED] (/showthread.php?tid=135480)



Problem with advertisam system. [UNSLOVED] - Micko9 - 20.03.2010

On Game Mode Init Code :
pawn Код:
SetTimer("AdvertisamFull",5000,1);
on 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!"},
};
the function :

pawn Код:
forward AdvertisamFull();
public AdvertisamFull() {
    SendClientMessageToAll(red,FullAdverts);
}
i waited 5 seconds nothing happens the interval is : 1 000 witch is 1 second...