luis-rei97 / MatchMaking-Ranks-By-Points

It gives the Matchmaking rank, based by points for another rank plugin
GNU General Public License v3.0
29 stars 8 forks source link

Instead of only checking rank during connect, make it every time you spawn #12

Closed eyal282 closed 5 years ago

eyal282 commented 5 years ago

Title explains it, instead of just OnClientPostAdminCheck, add a "HookEvent" for player_spawn

Edit: oh, it works on player_death, know that in some gamemodes it's possible to gain points without deaths ( VIP Gamemode ) so please make sure you add it on player_spawn as well.

luis-rei97 commented 5 years ago

Didn't know that VIP Gamemode would do that, but I'll make that in next version.