How to make a autotext
#4

I'm not too good with textdraws but I can make a timed announcement.
pawn Код:
#include <a_samp>
public OnFilterScriptInit() {
SetTimer("Announcement",300000,true);
return 1;
}

forward Announcement();
public Announcement() {
GameTextForAll("~w~Visit ~r~mywebsite.com ~w~~n~To gain access to the forum",5000,5); //Replace mywebsite.com with your forum website address.
return 1;
}
Reply


Messages In This Thread
How to make a autotext - by Gogeta - 06.07.2012, 13:16
Re: How to make a autotext - by Gamer_007 - 06.07.2012, 13:19
Re: How to make a autotext - by Gogeta - 06.07.2012, 14:01
Re: How to make a autotext - by clarencecuzz - 06.07.2012, 14:05
Re: How to make a autotext - by Gogeta - 06.07.2012, 14:10
Re: How to make a autotext - by milanosie - 06.07.2012, 14:15
Re: How to make a autotext - by cJMaster_ - 06.07.2012, 14:15
Re: How to make a autotext - by clarencecuzz - 06.07.2012, 14:15
Re: How to make a autotext - by kaloqn54 - 06.07.2012, 14:16
Re: How to make a autotext - by cJMaster_ - 06.07.2012, 14:18

Forum Jump:


Users browsing this thread: 2 Guest(s)