22.03.2012, 08:11
good tutorial but theres mistakes on your code
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."
] //<<<< will cause errors
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."
};