AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   VIP Menu? (https://forums.alliedmods.net/showthread.php?t=184752)

EN3RGYY 05-08-2012 15:13

VIP Menu?
 
Hey guys.

I want to create a vip Menu with some functions like:
1. Player Commands (Slap, respawn, slay)
2. Team management (switch etc.)

I'm new in scripting but i want to practise it as much as i can.
Is there any way to convert the adminmenu.sp in vipmenu.sp ?


I already changed this:
Code:

RegAdminCmd("sm_admin", Command_DisplayMenu, ADMFLAG_GENERIC, "Displays the admin menu");
To this:
Code:

RegAdminCmd("sm_admin", Command_DisplayMenu, ADMFLAG_CUSTOM1, "Displays the admin menu");
But i don't really know if that's right...

Bacardi 05-08-2012 15:40

Re: VIP Menu?
 
are you using sourcebans to determine admins ?

EN3RGYY 05-08-2012 15:49

Re: VIP Menu?
 
Sourcebans.

But VIP shouldn't ban people.

Unreal1 05-08-2012 15:59

Re: VIP Menu?
 
You will need to build a menu. I suggest making one that is completely separate form the admin menu. You can look here.
http://wiki.alliedmods.net/Menu_API_(SourceMod)

k473r4ch4 05-08-2012 16:08

Re: VIP Menu?
 
yeah I agree with unreal

EN3RGYY 05-09-2012 08:05

Re: VIP Menu?
 
Ye, i already have seen this.
But when i follow the link...

Quote:

Menu API (SourceMod
There is currently no text in this page. You can search for this page title in other pages, or search the related logs.

x00 05-09-2012 09:44

Re: VIP Menu?
 
Quote:

Originally Posted by EN3RGYY (Post 1705467)
Ye, i already have seen this.
But when i follow the link...

Typo in the link, use this.

-x00

EN3RGYY 05-09-2012 11:20

Re: VIP Menu?
 
Quote:

Not Found

The requested URL /wiki.alliedmods.net/Menu_API_(SourceMod) was not found on this server.

x00 05-09-2012 12:37

Re: VIP Menu?
 
Forgot the "http://".

-x00

Lucas O 05-09-2012 22:36

Re: VIP Menu?
 
EN3RGYY, in case you are still getting the error somehow, here is the direct link to the Sourcemod API Wiki. http://wiki.alliedmods.net/Menu_API_(SourceMod)


All times are GMT -4. The time now is 10:06.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.