Thread: script help
View Single Post
mlibre
Veteran Member
Join Date: Nov 2015
Location: return PLUGIN_CONTINUE
Old 02-03-2024 , 07:45   Re: script help
Reply With Quote #4

Quote:
Originally Posted by tedaimlocks View Post
i want a player to get 3 points everytime they get kills...
proof

PHP Code:
public client_death(idvictimweapon
{
    if( !
is_user_connected(id) || id == victim 
        return
    
    if(
current[id] > 0)
    {
        
set_user_points(idget_user_points(id) + 3)
    }

__________________
mlibre is offline