Re: Phoenix 3.11.0 - Fixes :)
Quote:
Originally Posted by
DutchenL
:brb command and :back command if you are not brb anymore
This is the most useless command ever, for what I can tell. If the person is afk, he/she could just leave the room.
OT: I don't think nowadays is time for fix dead-phoenix commands. There's GTE already if someone still wants to use phoenix (which is pointless, btw), but have all those commands.
It is a nice release for the people who doesn't know how to do these kind of stuff, and still uses phoenix btw :):
Re: Phoenix 3.11.0 - Fixes :)
It's not useless. And most of the users don't leave the room, they just stay inside. It's pretty useful in my opinion.
Re: Phoenix 3.11.0 - Fixes :)
fix 100% cpu phoenix 3.11?
Re: Phoenix 3.11.0 - Fixes :)
One question:
To which cracked edition can i put this in? Phoenix 3.11.0 source by neto737?
Re: Phoenix 3.11.0 - Fixes :)
This isn't correct?
Code:
if(!Session.GetHabbo().HasFuse("cmd_&&&"))
Its not correct because that's asking if the user doesn't have the command fuse "if(!"
use this instead:
Code:
if(Session.GetHabbo().HasFuse("cmd_&&&"))
.
or just remove the ! from the start.
Fairly idiotic, if you ask me.
Re: Phoenix 3.11.0 - Fixes :)
Quote:
Originally Posted by
Multify
One question:
To which cracked edition can i put this in? Phoenix 3.11.0 source by neto737?
Any Phoenix 3.11.0 source
Re: Phoenix 3.11.0 - Fixes :)
In which file can do I need to search and fix in?? help please.