[Phoenix] Extra commands not working?
Hey all,
Been working on Phoenix source and for some reason I can't get the extra commands to work.
Such as the :makesay command, I removed it from checking if the username was amiaaron (Or w.e it was again) and made it check for the permission but still doesn't work..
Code:
if (Session.GetHabbo().HasFuse("cmd_makesay"))
{
text7 = text7 + PhoenixEnvironment.smethod_1("cmd_makesay_desc") + "\r\r";
}
Is what's there now, and I've added the SQL's needed for it to work and gave myself the right permissions. No errors log when I type it in the client, just shows up as normal talking.