View Single Post
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 09-30-2017 , 15:48   Re: give cmd to ct & give health to T & give health to CT
Reply With Quote #2


register_clcmd("example", "avs");

public avs(id){
if (is_user_alive(id))
set_user_health(id, get_user_health(id) + 15);
}
__________________
Relaxing is offline