Hello Ragezoners,
This is my second release.
It basically does is allows people to block and unblock friend requests using the command :blockfriends
Find
And Add This Under it:Code:case "empty": Session.GetHabbo().GetInventoryComponent().ClearItems(); return true;
Code:// Block/Unblock Friend Requests // Codeded by -ClaNHabbo- (Edward) // 100% Working case "blockfriends": using (DatabaseClient dbClient = UberEnvironment.GetDatabase().GetClient()) if (Session.GetHabbo().BlockNewFriends) { dbClient.ExecuteQuery("UPDATE users SET block_newfriends = '0' WHERE id = '" + Session.GetHabbo().Id + "' LIMIT 1"); Session.GetHabbo().BlockNewFriends = false; Session.SendNotif("Friend Request Unblocked."); } else { dbClient.ExecuteQuery("UPDATE users SET block_newfriends = '1' WHERE id = '" + Session.GetHabbo().Id + "' LIMIT 1"); Session.GetHabbo().BlockNewFriends = true; Session.SendNotif("Friend Request Blocked."); } return true;
Credits : ME and Only ME!!!!!
IF YOU DON'T LIKE IT, THEN DON'T USE IT AND FOR SURE DON'T REPLY!!!
Thank Me Down here if you liked it :D.
Regards
Edward



![Block/Unblock Friend Request Command [ UberEMU ]](http://ragezone.com/hyper728.png)


