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
|