Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Edit playertype ingame with script?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Edit playertype ingame with script? (Read 402 times)
Deriboy
October 18, 2009, 02:24:37 AM
Is it possible to use a script to edit how fast a player can walk, or jump ingame?
If so, whats the function?
Ad Bot
Advertisement
Tezuni
October 18, 2009, 02:59:40 AM
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*
Chrono
October 18, 2009, 03:08:02 AM
Don't forget to transmitDatablocks(); after modifying/adding datablocks. Preferrably on the same line like this:
exec("add-ons/your_script/server.cs");transmitDatablocks();
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Edit playertype ingame with script?