rsm_give_user_xp

Gives specific amount of XP to the client.

Syntax

native rsm_give_user_xp(index, amount = 0) /** * Gives specific amount of XP to the specific team. * * @param team 0 - None, 1 - Terrorists, 2 - CTs, 3 - Spectators * @param amount XP amount. * @return Amount of XP. * */ native rsm_give_team_xp(team = 0, amount = 0) /** * Resets all stats from MySQL table. * * @noreturn * */ native rsm_reset_stats()

Usage

index Client index.
amount XP amount.

Return

Amount — of XP.

Defined in ranksmysql.inc at line 197 . This documentation was automatically generated from source.