Gametext help
#1

Whenever the text is showed, it's not formatted properly, and I don't see why' not.

It should look like this:

Electronics Store: Radio Shack
Owner: None
Entrance Fee: $0


but instead, it shows up like this:

Electronics Store: Radio Shack Owner: None
Entrance Fee: $0

pawn Код:
GameTextForPlayer(playerid, "~w~Electronics Store: ~y~Radio Shack\n~w~Owner: ~y~None\n~w~Entrance Fee: ~y~$0", 1500, 3);
Reply
#2

It's not
Код:
\n
for new lines in GameTextForPlayer. It's
Код:
~n~
So this is what you put.
pawn Код:
GameTextForPlayer(playerid, "~w~Electronics Store: ~y~Radio Shack~n~~w~Owner: ~y~None~n~~w~Entrance Fee: ~y~$0", 1500, 3);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)