Luke-Stylez
New Member
- Dec 31, 2011
- 2
- 0
Please request you command below like this:
Command:
What is does:
Thanks
(I'm new to this so take it easy pls).
Command:
What is does:
Thanks
(I'm new to this so take it easy pls).
Command: AFK
What is does: Changes the persons motto to say [AFK] or something to show they are AFK
case "afk":
{
if (_Rank > 5)
{
AFK = true;
this._Mission = "[AFK] " + _Mission;
refreshAppearance(false, true, true);
}
break;
}
Where Do I Add This?Done :
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
None of this will work on Phoenix Emulator as it is closed source.I ust asked that to test if you are good or not, that looks good to me, good job, Can you make one that will work in Phoenix Emu?
I'm Sure That Doesn't go in the database.Database ;o