[SOLVED] Show Navigator in Rastas Rp edit

Status
Not open for further replies.

discript

Member
Jul 12, 2010
30
1
hi all
Im running Rastas Rp edit and wanted to know if any of you guys knew how to get the navigator to show up for all ranks. ive had 2 of my users talk to me about this and i said i would get on it ASAP. so could somone plz help thanks all and thx in advance for reading this and helping :D

Discript
 

RastaLulz

fight teh power
Staff member
May 3, 2010
3,926
3,921
[HELP]Show Navigator in Rastas Rp edit

Open up virtualUser.cs in Microsoft Virtual C# and search for the following:
Code:
Navigator actions

Once you've found that, you should see the following:
Code:
if (_Rank < 5)

Change all snippets that have that under the navigator region to the following:
Code:
if (_Rank < 0)
 
Status
Not open for further replies.

Users who are viewing this thread

Top