View Single Post
Author Message
Jess98
Junior Member
Join Date: Apr 2018
Old 12-06-2018 , 17:49   About the Difference Of the Modules "fakemeta_util" and "fun"
Reply With Quote #1

There are some same functions in these two modules.. Actually I can't be sure if they are same or not.. But in fun, they call as "natives" and in fakemeta_util, they call as "stocks". I want to ask 2 questions about that..

1 - What's the difference between "native" and "stock"? Do we use stock as how we use native?

2 - What's the difference between of these functions, do they have the same tasks? (And other ones that I didn't write here):

Code:
fm_get_user_godmode => get_user_godmode
Code:
fm_set_user_godmode => set_user_godmode
---

Code:
fm_get_user_gravity => get_user_gravity
Code:
fm_set_user_gravity => set_user_gravity
---

Code:
fm_get_user_maxspeed => get_user_maxspeed
Code:
fm_set_user_maxspeed => set_user_maxspeed
---

Code:
fm_give_item => give_item
---

* The left ones belong to fakemeta_util, the right ones belong to fun
Jess98 is offline