Clientside CSharp FAQ

From RAGE Multiplayer Wiki
Revision as of 17:19, 12 December 2018 by Sake (talk | contribs)


Can I reference DLLs

No you cannot. The cs_packages folder will only compile .cs files


Is it possible to use RAGE serverside JS with clientside C#

Yes


How to stop the player losing hp when running?

This is due to player stamina hitting zero, resulting in hp being lost. Use the method RAGE.Game.Player.RestorePlayerStamina(1.0F); on Tick event