Author Topic: Changing Player Datablocks through Console?  (Read 333 times)

Is it possible to change player datablocks through console?
As in, I want to know how to change a player's datablock through the console.
Example: I type in a console command that finds the client by their name, and it will turn them into a ball when I enter a certain variable.
So, basically, I want to turn someone into a vehicle without wheels, like a cube or ball or something. Is this possible? I've seen it done before...

findClientByName(NAME).player.changeDatablock("NAMEArmor");