Native types

How can i know which natives is client-side and which is server-side?

Native functions are all client side. EDIT: See @hydrogen below.
Server events can be used to trigger client events on all clients in order to execute a native on all clients. The Developing Wiki page has a nice break down. And here is a list of all natives.

Ok thanks <3 [20 char]

If there’s an explicit marker of `CitizenFX API set: Shared’ or ‘Server’, they’re server-side.

1 Like