pepeelpubero
Well-known member
- Joined
- Jan 21, 2014
- Messages
- 433
- Reaction score
- 1
I want to check the streamed player but without command for example: i want to draw a text on all of the players streamed.
Code:
0B6D: create_font ...
while true
wait 0
if
//check streamed player, what i need to put here?
then
Actor.StorePos($STREAMED, 1@, 2@, 3@)
if 00C2: sphere_onscreen 1@ 2@ 3@ radius 0.0
then
0B55: convert_3D_coords 1@ 2@ 3@ to_screen 4@ 5@
format 14@ "STREAMED PLAYER"
0B6F: render font 25@ draw_text 14@ pos 4@ 5@ color 0xFF1E90FF
end
end
end