01.05.2015, 21:23
No, I found way to do that...
I hope you understand know on what I thought.. Thanks, I solved the problem
Код:
stock _HRP_Divide(Float:_dividend, Float:_divider) { if(_divider == 0.00) return (false); return (_dividend / _divider); }