View Single Post
striker07
Veteran Member
Join Date: Mar 2012
Location: Solar System/Earth/Belgium
Old 05-05-2012 , 18:45   Re: [req] VIP for jb
Reply With Quote #2

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)
}
striker07 is offline