Author Topic: How do i make the player model invisible  (Read 579 times)

well im making a vehicle but the player model needs to be invisible for it (and i wont explain why)
was just wondering how do i do that.

Hiding nodes through the script i presume, i'm no scripter but that's how it's done.

Hiding nodes through the script i presume, i'm no scripter but that's how it's done.
if thats the case then hmmm
im not scripter either

I think it is done something like this:
Code: [Select]
%player.hidenode(nodenumber);
where the node number is 0 - 8ish.


alright i will try this