lool, в мапе,где джассом написано
замени функции
Code
function h2i takes handle h returns integer
return h
return 0
endfunction
function i2h takes integer i returns handle
return 0
return null
endfunction
на
Code
function h2i takes handle h returns integer
return GetHandleId(h)
endfunction
function i2h takes integer i returns handle
return ConvertFogState(i)
endfunction