Hello. I was wondering how I could make a plugin that adds points to a player via amxx plugin with a command similar like that:
set_user_health(id, get_user_health(id) + hp)
change to
set_user_points(id, get_user_points(id) + 1)
or something like that.
Idea is that these points could be earned only by this command (no points for killing etc.) and there would be a simple top15 with the players, who got most points.