AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   [req] VIP for jb (https://forums.alliedmods.net/showthread.php?t=184432)

Sao_lin 05-05-2012 08:47

[req] VIP for jb
 
Please dont link me vip plug in by dunno or ultimate vip

I need vip plugin for jb that will have
-double jump
-difrent model or just glow
-2 frags per kill
-50+ hp
-and from ultimate vip casino or gamble for gun

It would be nice if its on flag m or some custom level flags

striker07 05-05-2012 18:45

Re: [req] VIP for jb
 
double jump: http://forums.alliedmods.net/showthr...ight=multijump
just download the source, change the admin flag to the ADMIN_CUSTOM_LEVEL_A, save and compile

diffrent model: http://forums.alliedmods.net/showthread.php?p=958925
in players_models.ini you can assign models to a specific steam id

50+ hp: put this code in a plugin you use on ur server in a forward that is called when a player spawns,
or make a new public function called public client_spawn (id) and add it inthere,
Code:

if( get_user_flags == CUSTOM_LEVEL_A) {
set_user_health(id, 150)
}



All times are GMT -4. The time now is 04:17.

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