Raised This Month: $51 Target: $400
 12% 

Vip Menu v3.0, any mod usable


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   ALL        Category:   Fun Stuff       
LeBadit
Member
Join Date: Dec 2013
Location: Europe
Old 06-26-2014 , 12:01   Vip Menu v3.0, any mod usable
Reply With Quote #1

This plugin is made, to give special abilities to a player and make his gaming more easier. You can sell these privileges for players..
Version: 3.0

The base plugin. These functions is always working, no meter what mode are you using.

* Knife menu with 5 knives.
* Medkit (HP + Armour).
* Speed.
* Gravity.
* Smoke drugs.
* Unlimited ammo for weapons.
* Shield
* Grenade kit.
* 16000$
* VIP will be shown on /vips list

Photos are in Romanian, but I make data lang in English too.



Attached Files
File Type: txt VIP.txt (3.1 KB, 353 views)
File Type: sma Get Plugin or Get Source (vip.sma - 1013 views - 28.8 KB)
File Type: zip vip2.zip (3.94 MB, 309 views)

Last edited by LeBadit; 06-29-2014 at 05:08.
LeBadit is offline
Send a message via Yahoo to LeBadit Send a message via Skype™ to LeBadit
GinNNy
Senior Member
Join Date: Mar 2014
Old 06-26-2014 , 12:33   Re: LeBandit's vipmenu
Reply With Quote #2

Attach the sma file.

Last edited by GinNNy; 06-26-2014 at 12:33.
GinNNy is offline
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 06-26-2014 , 13:38   Re: LeBandit's vipmenu
Reply With Quote #3

Attach the sma file seperatly and attach the archive as zip file in your main post.
__________________
Kia is offline
LeBadit
Member
Join Date: Dec 2013
Location: Europe
Old 06-26-2014 , 13:47   Re: LeBandit's vipmenu
Reply With Quote #4

I didn't know how to put attach, I put .sma in spoiler and resources in .zip.. if someone can help me to make a attach, i will do.
LeBadit is offline
Send a message via Yahoo to LeBadit Send a message via Skype™ to LeBadit
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 06-26-2014 , 20:31   Re: LeBandit's vipmenu
Reply With Quote #5

Click the button "Manage Attachments"
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
LeBadit
Member
Join Date: Dec 2013
Location: Europe
Old 06-27-2014 , 01:38   Re: Vip Menu v3.0, any mod usable
Reply With Quote #6

Done.
LeBadit is offline
Send a message via Yahoo to LeBadit Send a message via Skype™ to LeBadit
jonnzus
Epic Member
Join Date: Oct 2010
Location: Finland
Old 06-27-2014 , 03:51   Re: Vip Menu v3.0, any mod usable
Reply With Quote #7

Another one too OP vip plugin.
__________________
Quote:
367. Everyone's copyright will be broken. No exceptions.
jonnzus is offline
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 06-27-2014 , 03:57   Re: Vip Menu v3.0, any mod usable
Reply With Quote #8

Your ml file + plugin messages have to be in english. You should make something unique, there are a lot of vip plugins, most of them unnaproved.

PHP Code:

stock fm_set_user_gravity
(indexFloat:gravity 1.0) {
    
set_pev(indexpev_gravitygravity)
    
    return 
1
}

stock fm_set_user_maxspeed(indexFloat:speed = -1.0) {
    
engfunc(EngFunc_SetClientMaxspeedindexspeed);
    
set_pev(indexpev_maxspeedspeed);
    
    return 
1;

Don't use fm util, use fun/fakemeta instead. Did you make everything that is into the file or simply you copy-paste from other plugins ?
HamletEagle is offline
DWIGHTpN
Senior Member
Join Date: Jan 2013
Location: Romania.
Old 06-27-2014 , 04:59   Re: Vip Menu v3.0, any mod usable
Reply With Quote #9

code

If vip player has knife 5, the weapon index argument is read 5 times..
Use Ham_Item_Deploy instead of CurWeapon to set weapon model.

Last edited by DWIGHTpN; 06-27-2014 at 05:00.
DWIGHTpN is offline
LeBadit
Member
Join Date: Dec 2013
Location: Europe
Old 06-27-2014 , 05:18   Re: Vip Menu v3.0, any mod usable
Reply With Quote #10

Quote:
Originally Posted by DWIGHTpN View Post
code

If vip player has knife 5, the weapon index argument is read 5 times..
Use Ham_Item_Deploy instead of CurWeapon to set weapon model.
Can you give me an exemple about using Ham_Iteam_Deploy.
Anyway this v3 has functioned on my server for 3 months and no bugs.

Quote:
Originally Posted by HamletEagle View Post
Your ml file + plugin messages have to be in english. You should make something unique, there are a lot of vip plugins, most of them unnaproved.

PHP Code:

stock fm_set_user_gravity
(indexFloat:gravity 1.0) {
    
set_pev(indexpev_gravitygravity)
    
    return 
1
}

stock fm_set_user_maxspeed(indexFloat:speed = -1.0) {
    
engfunc(EngFunc_SetClientMaxspeedindexspeed);
    
set_pev(indexpev_maxspeedspeed);
    
    return 
1;

Don't use fm util, use fun/fakemeta instead. Did you make everything that is into the file or simply you copy-paste from other plugins ?
I made it myself and the lang file is in English too.
I use already these:
PHP Code:
#include <fun>
#include <fakemeta> 

Last edited by LeBadit; 06-27-2014 at 05:31.
LeBadit is offline
Send a message via Yahoo to LeBadit Send a message via Skype™ to LeBadit
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:21.


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