[FilterScript] Auto : Textdraw Messages - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Auto : Textdraw Messages (
/showthread.php?tid=647465)
Auto : Textdraw Messages -
KyNe - 05.01.2018
Server Textdraw Messages
Change your textdraw time
Code:
SetTimer("ServerMessage",5000,1);
Code:
new Textdraws[][] =
{
"~p~Server Info: ~w~Your Messages 1",
"~p~Server Info: ~w~Your Messages 2",
"~p~Server Info: ~w~Your Messages 3",
"~p~Server Info: ~w~Your Messages 4",
"~p~Server Info: ~w~Your Messages 5"
};
Dripac
iPLEOMAX
im not claim as mine,just learned from
Pastebin
Re: Auto : Textdraw Messages -
DimaShift - 05.01.2018
is not bad for a start! ++
Re: Auto : Textdraw Messages -
RogueDrifter - 05.01.2018
Keep it up +rep... in 24 hours.
Re: Auto : Textdraw Messages -
KyNe - 05.01.2018
Quote:
Originally Posted by DimaShift
is not bad for a start! ++
|
Thanks brotha
Quote:
Originally Posted by RogueDrifter
Keep it up +rep... in 24 hours.
|
Thanks,learned it from
Tutorial
Re: Auto : Textdraw Messages -
SonnyGamer - 05.01.2018
I think this is edit of some old system, because I had seen similar system years ago
Re: Auto : Textdraw Messages -
KyNe - 05.01.2018
Quote:
Originally Posted by SonnyGamer
I think this is edit of some old system, because I had seen similar system years ago
|
here
https://sampforum.blast.hk/showthread.php?tid=327709
and i use ipleomax,thanks to em
Quote:
Originally Posted by Reklez
good tutorial but theres mistakes on your code
pawn Code:
new RandomMessages[][] = { "~y~Community Name: ~w~Your Text ~g~here.", "~y~Community Name: ~w~Your Text ~r~here.", "~y~Community Name: ~w~Your Text ~y~here.", "~y~Community Name: ~w~Your Text ~b~here." ] //<<<< will cause errors
should be
pawn Code:
new RandomMessages[][] = { "~y~Community Name: ~w~Your Text ~g~here.", "~y~Community Name: ~w~Your Text ~r~here.", "~y~Community Name: ~w~Your Text ~y~here.", "~y~Community Name: ~w~Your Text ~b~here." };
|
Quote:
Originally Posted by KyNe
|
Re: Auto : Textdraw Messages -
Espressino - 05.01.2018
Nice.Rep+
Re: Auto : Textdraw Messages -
cuber - 05.01.2018
It looks nice.
Re: Auto : Textdraw Messages -
KyNe - 06.01.2018
Quote:
Originally Posted by Espressino
Nice.Rep+
|
thanks
Quote:
Originally Posted by cuber
It looks nice.
|
ya,looks nice for beginner like me
Re: Auto : Textdraw Messages -
solstice_ - 06.01.2018
good job, +rep