Thread: Team' s fund
View Single Post
jopmako
Senior Member
Join Date: Jul 2006
Location: QQ:331537639
Old 11-15-2006 , 10:32   Re: Team' s fund
Reply With Quote #4

hmm 'good ideal' I alway hear it before you know.

but I have question.
Code:
new Float:cessX = Float:float(idMoney) / Float:float(LEVYPOINT)
 
Is this the same?
new Float:cessX = float(idMoney) / float(LEVYPOINT)

how about register a native call instead below:
Code:
callfunc_begin("gv_get_money", "Ryu_Money.amxx")
callfunc_push_int(id)
 
and
 
if ( is_plugin_loaded("Ryu_Money") > 0 )
   server_cmd("gv_augment_money %d %d 0", id, -TaxMoney)
Added:
I have other ideal:
How about execute "Show_Fund_Task" between roundend and buytime is over that can free the finite HUD channel I think.
__________________
QQ31537639

Last edited by jopmako; 11-15-2006 at 10:48.
jopmako is offline
Send a message via MSN to jopmako