cshop_get_points

Return player points.

Syntax

native cshop_get_points(id) #define cshopGetPoints cshop_get_points /** * Gets the plugin prefix. * * @param prefix Buffer. * @param len Max buffer length. * @noreturn */ native cshop_get_prefix(prefix[], len) /** * Tries to open the shop menu. * * @param id Player's id. * @noreturn */ native cshop_open(id) /** * Registers an integer setting for a specific item. * * @param item Item id. * @param setting Setting's name. * @param value Setting's default value. * @noreturn */ native cshop_set_int(item, setting[], value)

Usage

id Player's index.

Return

Player's points.

Defined in customshop.inc at line 165 . This documentation was automatically generated from source.