Help with giving commands to lower ranks.

BLAKJF3AYD

New Member
Jul 22, 2011
57
0
I made a v26, and The commands only work for rank 7.
Can someone help me make them for all the ranks.
If you do you get co owner and all hotel donations :) :) :) :) :)
 

Dayron1234

Rapnameiszero,cuzIhavezero,toleranceforidiots
Jun 30, 2010
772
35
Find virtualusers.cs in the emulator folder, open it up with Microsoft Visual C# 2010 Express or Microsoft Visual Studios 2008 Express Edition it doesn't really matter. And find the command your looking for.
 

BLAKJF3AYD

New Member
Jul 22, 2011
57
0
I wanna put this moonwalk code in
#region :moonwalk
case "moonwalk": // Display information about the emulator { if (_Rank > 5) return false; else { if (roomUser.User._Moon == 0) { roomUser.User._Moon = 1; sendData("BK" + "Moonwalk Status: Active"); } else { roomUser.User._Moon = 0; sendData("BK" + "Moonwalk Status: Inactive"); } } break; } #endregion
But I dunno where to put it in virtualusers.cs :s Can someone tv me and help u get co owner and hotel donations :S
 

Users who are viewing this thread

Top