Code: Select all
function H2I takes handle h returns integer
return h
return 0
endfunction
function GetIntegerShit takes unittype ut returns nothing
call DisplayTextToPlayer(Player(0),0,0,I2S(H2I(ut)))
endfunction
Moderator: Cheaters
Code: Select all
function H2I takes handle h returns integer
return h
return 0
endfunction
function GetIntegerShit takes unittype ut returns nothing
call DisplayTextToPlayer(Player(0),0,0,I2S(H2I(ut)))
endfunction