[Tutorial] How to make random messages using textdraws
#4

Quote:
Originally Posted by Reklez
Посмотреть сообщение
good tutorial but theres mistakes on your code

pawn Код:
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 Код:
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."
};
Thank you, fixed
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)