Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[ES] Rightclick Menu


Krumelz
 Share

Recommended Posts

Hello there.
Well everyone who uses eclipse stable knows there is a rightclick menu that shows the players stats etc. Also the staff can change their and others stats, Sprite, name, and so on. My Question is: would it be possible to edit it so only Admins and owner can change the stats in there, or completely remove this menu ?
I searched in the source but i couldnt find something to edit it.
Would be Epic if someone could help me D:
~Krumelz
Link to comment
Share on other sites

  • 7 months later...
yes iti very possible one sec while I look at the coding.
Edit
ok so go into your menuscripts file and find
```
Case "Player Profile"
If GetPlayerAccess(Index) < ADMIN_MONITOR Then
Exit Sub
End If

```And change it to
```
Case "Player Profile"
If GetPlayerAccess(Index) < ADMIN_DEVELOPER Then
Exit Sub
End If

```sorry it tookmy kid was cyin.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...