Service me coding RP commands for you.

Status
Not open for further replies.

Luke-Stylez

New Member
Dec 31, 2011
2
0
Please request you command below like this:

Command:
What is does:

Thanks :D

(I'm new to this so take it easy pls).
 

Brennen

hippopotomonstrosesquipedaliophobia
Nov 6, 2011
291
36
Command: AFK
What is does: Changes the persons motto to say [AFK] or something to show they are AFK
 

Luke-Stylez

New Member
Dec 31, 2011
2
0
Command: AFK
What is does: Changes the persons motto to say [AFK] or something to show they are AFK

Done :D:

PHP:
                    case "afk":
                        {
                            if (_Rank > 5)
                            {
                                AFK = true;
                                this._Mission = "[AFK] " + _Mission;
                                refreshAppearance(false, true, true);
                            }
                            break;
                        }

You need to make a bool for it and its only for ranks over 5 :D
 

Brennen

hippopotomonstrosesquipedaliophobia
Nov 6, 2011
291
36
I ust asked that to test if you are good or not, that looks good to me, good job, :D Can you make one that will work in Phoenix Emu?
 

Aaron11

Member
Aug 27, 2011
144
6
Done :D:

PHP:
                    case "afk":
                        {
                            if (_Rank > 5)
                            {
                                AFK = true;
                                this._Mission = "[AFK] " + _Mission;
                                refreshAppearance(false, true, true);
                            }
                            break;
                        }

You need to make a bool for it and its only for ranks over 5 :D
Where Do I Add This?
 

TheJoshy

PlusHost.org -> GOGOGO
Jul 4, 2010
287
56
I ust asked that to test if you are good or not, that looks good to me, good job, :D Can you make one that will work in Phoenix Emu?
None of this will work on Phoenix Emulator as it is closed source.
 

Thom

You can't touch this
Oct 1, 2010
1,305
386
Holo Emu files -> Source -> Virtual -> User -> VirtualUser.cs or something like that.
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,906
Those asking of where to put your bool, place it in the region of 'Personal' just search #region Personal, and there ya go. As for the commands, add it w/ the rest.
 
Status
Not open for further replies.

Users who are viewing this thread

Top