This Command allows you to send a link in the chat and when a user clicks on it a new tab opens with the url.
This is my first release so be nice.
Make a new File called LinkCommand.cs in \HabboHotel\Rooms\Chat\Commands\User and put this code in:
//By Argutus :)
using System;
using...
Hey there,
I have a question!
I start coding a few very very simple Commands.
Now I am coding a "shoot"-Command ... I know, nothing special and not even hard but this is my third command :)
My question now is: How I can do that this command can only be run if the target user is my friend?
Here...