Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Changing the datablock of the player
« previous
next »
Print
Pages: [
1
]
Author
Topic: Changing the datablock of the player (Read 288 times)
jes00
July 06, 2011, 08:27:45 PM
I can change the datablock of a player via script but when I try
Code:
[Select]
%obj.changedatablock(PlayerQuickArmor);
it does not work(and yes I have Player_Quick in the folder with the script).
Ad Bot
Advertisement
jes00
July 06, 2011, 10:02:31 PM
Never mind, I put
Code:
[Select]
exec("./Player_Quick.cs");
in the server.cs and now it works.
*Topic Locked*
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Changing the datablock of the player