mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 23:08:03 +03:00
removed one of the two set_user_money stocks
This commit is contained in:
parent
21dbe183e3
commit
145455ecfb
@ -36,9 +36,6 @@ stock 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…
x
Reference in New Issue
Block a user