Hello Friends,
Following the guidance : http://forum.ragezone.com/f353/enables-weapons-uzi-ak47-p90-1124599/
Take Effect!
And, Go to => HabboHotel/Rooms/Chat/Command/User and create new file.cs
Called to Weaponslist.cs
SQL Query :
And , Go to HabboHotel/Rooms/Chat/Command/User and create new file.cs called to UziCP.cs
[video]https://i.gyazo.com/d73bf3258ea79383b620d270f7167b3b.mp4[/video]
SQL QUERY
AND GO TO CommandManager.cs and add to
Following the guidance : http://forum.ragezone.com/f353/enables-weapons-uzi-ak47-p90-1124599/
Take Effect!
And, Go to => HabboHotel/Rooms/Chat/Command/User and create new file.cs
Called to Weaponslist.cs
Code:
http://pastebin.com/5xKSnnAh
SQL Query :
Code:
INSERT INTO `permissions_commands` VALUES ('command_weapons', '1', '0');
Code:
http://pastebin.com/Lqv5XPpG
SQL QUERY
Code:
INSERT INTO `permissions_commands` VALUES ('command_uzicp', '1', '0');
Code:
this.Register("uzicp", new UziCPCommand());
Code:
this.Register("weapons", new WeaponsList());


