Nommiin

toHex (GMS 1 Compatible)

Feb 18th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var _d=argument0,_h="";while(_d>0){_h=string_char_at("0123456789ABCDEF",(_d&$F)+1)+_h;_d=_d>>4;}return string_repeat("0",string_length(_h)<2)+_h;
Advertisement