Author Topic: Edit playertype ingame with script?  (Read 403 times)

Is it possible to use a script to edit how fast a player can walk, or jump ingame?

If so, whats the function?

You just do execute the script after you have modified it to your liking.

Example:

exec("Add-ons/Script_TezGun/server.cs");


*Type that in the console*

Don't forget to transmitDatablocks();  after modifying/adding datablocks. Preferrably on the same line like this:
exec("add-ons/your_script/server.cs");transmitDatablocks();