function getPlayerLearnPoints (server-side)
Available since version: 0.3.0
This function will return the player's learn points, or nil if unavailable.
Declaration
number|nil getPlayerLearnPoints(number player_id)
Parameters
numberplayer_id: Target player id.
Returns number|nil
Learn points or nil.