Ifclient
ifclient { do something } else { do something else }
If condition returning true if the game instance executing the code is a client (as opposed to a server).
See ifmultiplayer and ifserver.
ifclient { do something } else { do something else }
If condition returning true if the game instance executing the code is a client (as opposed to a server).
See ifmultiplayer and ifserver.