Page 1 of 1

[HELP] Invisible Traps?

Posted: Tue Jul 31, 2012 1:05 am
by DreamStage
Hello, i have a question, if someone could answer it would be great:

- How can i make a trap invisible for player after addtrap spawn?
if i make trap.setisvisible(false) doesnt work, only if player restarts client.

Re: [HELP] Invisible Traps?

Posted: Tue Jul 31, 2012 1:17 am
by Zoey76
You missing a broadcast, try trap.setTitle("");

Re: [HELP] Invisible Traps?

Posted: Tue Jul 31, 2012 9:36 am
by DreamStage
Problem Solved!