[FilterScript] Auto : Textdraw Messages
#1

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
Reply
#2

is not bad for a start! ++
Reply
#3

Keep it up +rep... in 24 hours.
Reply
#4

Quote:
Originally Posted by DimaShift
View Post
is not bad for a start! ++
Thanks brotha

Quote:
Originally Posted by RogueDrifter
View Post
Keep it up +rep... in 24 hours.
Thanks,learned it from Tutorial
Reply
#5

I think this is edit of some old system, because I had seen similar system years ago
Reply
#6

Quote:
Originally Posted by SonnyGamer
View Post
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
View Post
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
View Post
Thanks,learned it from Tutorial
Reply
#7

Nice.Rep+
Reply
#8

It looks nice.
Reply
#9

Quote:
Originally Posted by Espressino
View Post
Nice.Rep+
thanks

Quote:
Originally Posted by cuber
View Post
It looks nice.
ya,looks nice for beginner like me
Reply
#10

good job, +rep
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)