Thread: Team' s fund
View Single Post
jopmako
Senior Member
Join Date: Jul 2006
Location: QQ:331537639
Old 11-16-2006 , 07:55   Re: Team' s fund
Reply With Quote #6

try this out.
registe native in your unlimit money plugin

Code:
public plugin_natives()
{
   register_native("gv_get_money", "get_money",1)
   // ...
}
 
public get_money(id)
{
   //...
   return $$
}
in other plugin define this
Code:
native gv_get_money(id)
 
// test
get_player_money(id)
{
   new money = gv_get_money(id)
   //...
}
__________________
QQ31537639

Last edited by jopmako; 11-16-2006 at 08:03.
jopmako is offline
Send a message via MSN to jopmako