Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- https://www.reddit.com/r/HotlineMiami/comments/4fivd9/mod_game_mod_request_most_likely_easy/
- if instance_exists(objPlayer){
- draw_set_font(fntDetails);
- draw_set_color(c_black); draw_text(objPlayer.x+1,objPlayer.y+1,string(objPlayer.x)+" "+string(objPlayer.y));
- draw_set_color(c_white); draw_text(objPlayer.x,objPlayer.y,string(objPlayer.x)+" "+string(objPlayer.y));
- };
Add Comment
Please, Sign In to add comment