Coding like a Rockstar! Group: Members
Joined: Dec 24, 2007
So you don't need help drawing the text, you need help getting the information to draw? Shoulda started with that... What are you coding in? Have you already started the code? If so, please post it.
I want to read and draw text information of the player's zone, money, health and armor. I'd like to also get the 'world' time as well. Pretty much everything that I posted in that picture.
Yeah, whit these opcodes you draw text... but how to draw player health ?
CODE
0226: 0@ = actor $PLAYER_ACTOR health 045A: draw_text_1number 95.0 375.0 GXT 'NUMBER' number 0@ // 'NUMBER' GXT Entry is "~1~". So in GXT Text '~1~' means NUMBER
Yeah, whit these opcodes you draw text... but how to draw player health ?
CODE
0226: 0@ = actor $PLAYER_ACTOR health 045A: draw_text_1number 95.0 375.0 GXT 'NUMBER' number 0@ // 'NUMBER' GXT Entry is "~1~". So in GXT Text '~1~' means NUMBER
Thanks, but it draws 149 and when I loss health its stil 149...