Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Daily Gift Help
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Jmando" data-source="post: 386848" data-attributes="member: 13726"><p>I use to do this with mus commands back on phoenix!</p><p>I'm not sure of them on plus yet I really haven't thought about it...</p><p></p><p>Use to do it like this.. Note this is for users who brought VIP from my websites shop but you get what I mean.. Mus commands are way easier than making user reload every time he enters client on a new day!</p><p>[PHP]</p><p>dbquery("UPDATE users SET rank = '2' WHERE id = '$user_id'");</p><p>$core->Mus('updatevip', USER_ID);</p><p>$core->Mus('giveitem', $user_id.' 3830 134 VIP donation gift!');</p><p>[/PHP]</p></blockquote><p></p>
[QUOTE="Jmando, post: 386848, member: 13726"] I use to do this with mus commands back on phoenix! I'm not sure of them on plus yet I really haven't thought about it... Use to do it like this.. Note this is for users who brought VIP from my websites shop but you get what I mean.. Mus commands are way easier than making user reload every time he enters client on a new day! [PHP] dbquery("UPDATE users SET rank = '2' WHERE id = '$user_id'"); $core->Mus('updatevip', USER_ID); $core->Mus('giveitem', $user_id.' 3830 134 VIP donation gift!'); [/PHP] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Daily Gift Help
Top