Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
masood104
hey jack thts nice any other kool stuff?
Depends What Your Defenition Of "kool stuff" Is. ;)
Please Be A Tiny Bit More Specific And Im Sure i Will Be Able To Help.
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
40% for the load last room? That takes 1 minute... That is piss easy, thats not 40% You hardly did anything on that server, the one swimo gave you was fucked, so i gave you a more stabler one ;l
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
SuperJack
Depends What Your Defenition Of "kool stuff" Is. ;)
Please Be A Tiny Bit More Specific And Im Sure i Will Be Able To Help.
Jack will you help me and my hotel tchie out aero-hotel.ath.cx
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Thanks Jack for helping me on the way to code that load room on startup thingy :)
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
Sledmore
40% for the load last room? That takes 1 minute... That is piss easy, thats not 40% You hardly did anything on that server, the one swimo gave you was fucked, so i gave you a more stabler one ;l
It Might Take 1 Minute For You Or Nillus, Or Meth0d Etc. But It Doesnt For Someone Who Has Only Just Started Coding #c?
Its Not A Full Server Its A Part Of The Server So Dont Give Me Some Bullshit About Me Not Doing Anything On The SERVER. Grow Up, I Dont See You Posting The Code To Help People Out Instead, ( I Quote This) "I Dont Help With RP Servers Anymore". So Dont Post Abuse, becuase I Dont See You Doing It?
PS: Your Server Isnt Anymore Stable Than Swimos It Just Doesnt Have The Walk Bug (Which Now Has Been Fixed)
-------------------------------------------------------------------------------------
Masood Sorry I Dont Help Hotels 24/7, But Ask me A Question And Ill See If I Can Help Gladly. ;)
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Can anyone make:
:arrest [user] (Sends the user to a room and they can't escape)
:release [user] (Releases the user from the prison)
:inivisible on (The user can't be seen)
:invisible off (The user can be seen)
Dissi V26
mcauley631@live.co.uk - if you can code commands well add me and i will make you administrator on a hotel.
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Holo Emu
Someone code these please :)
-show staff online command
-flag user command (and show how many time user has been flagged)
-Stopwork command using dbClient
-text <user> <message> then display popup saying you have a text message, when user presses read open message, when user presses close close popup.
-clock for in game time.
-foward to room when logged on to hotel view.
-taxiroomlist < open a list of roomid's to taxi too
-lottery
-stocks
-formgang
-leavegang
-kill 'if in range of user' <send to room 'id' (not users choice) for 15 minutes>
-jailbreak
-declare special room <ask me for more info on this one <
-:drink <get certain drink when in a certain room>
-:finduser <see if online, show room user is in>
-:idle check (if possible) <show how long user has stayed in one place>
That's it..
---------- Post added at 08:10 AM ---------- Previous post was at 08:09 AM ----------
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
sianide
Holo Emu
Someone code these please :)
-show staff online command
-flag user command (and show how many time user has been flagged)
-Stopwork command using dbClient
-text <user> <message> then display popup saying you have a text message, when user presses read open message, when user presses close close popup.
-clock for in game time.
-foward to room when logged on to hotel view.
-taxiroomlist < open a list of roomid's to taxi too
-lottery
-stocks
-formgang
-leavegang
-kill 'if in range of user' <send to room 'id' (not users choice) for 15 minutes>
-jailbreak
-declare special room <ask me for more info on this one <
-:drink <get certain drink when in a certain room>
-:finduser <see if online, show room user is in>
-:idle check (if possible) <show how long user has stayed in one place>
That's it..
---------- Post added at 08:10 AM ---------- Previous post was at 08:09 AM ----------
Most of them are impossible to code.
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Dont post that here... use the help section and also he's not doing commands nomore, he hasnt done them in ages.
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
@ 321olos
LFMAO no their not :S
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Um alot of them are def not impossible....... Some might be. and ya iknow this thread's been dead for awhile, thats why i put 'Someone' :)
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
some of then are already in this thread plz look
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Most of them are imposible to code like the text message one and the clock one. The clock is coded in emu but doesn't show in game.
Posted via Mobile Device
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
321olos
Most of them are imposible to code like the text message one and the clock one. The clock is coded in emu but doesn't show in game.
Posted via Mobile Device
You can code it in so if you activate the command it'd pop up though..haven't actually taken a look at it, but that'd sound logical
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
HabboWebs
You can code it in so if you activate the command it'd pop up though..haven't actually taken a look at it, but that'd sound logical
Yeah you can code a commands like :clock and it would send the packets for it. I dont know if it would work but it would probaly be the @q packet. Heres the structure:
PHP Code:
case "@q": // Client - request current date
sendData("Bc" + DateTime.Today.ToShortDateString());
break;