added get_user_wonid
This commit is contained in:
parent
0bdc09d3d9
commit
21dbe183e3
|
@ -27,12 +27,18 @@ stock user_spawn(index)
|
||||||
stock get_logfile( name[], len )
|
stock get_logfile( name[], len )
|
||||||
return get_time("admin%m%d.log",name,len)
|
return get_time("admin%m%d.log",name,len)
|
||||||
|
|
||||||
|
stock get_user_wonid(index)
|
||||||
|
return 0
|
||||||
|
|
||||||
stock get_user_money(index)
|
stock get_user_money(index)
|
||||||
return cs_get_user_money(index)
|
return cs_get_user_money(index)
|
||||||
|
|
||||||
stock set_user_money(index,money,flash=1)
|
stock set_user_money(index,money,flash=1)
|
||||||
return cs_set_user_money(index,money,flash)
|
return cs_set_user_money(index,money,flash)
|
||||||
|
|
||||||
|
stock set_user_money(index,money,flash=1)
|
||||||
|
return cs_set_user_money(index,money,flash)
|
||||||
|
|
||||||
stock numtostr(num,string[],len)
|
stock numtostr(num,string[],len)
|
||||||
return num_to_str(num,string,len)
|
return num_to_str(num,string,len)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user