cshop_points_enabled

Checks whether the points system is enabled.

Syntax

native bool:cshop_points_enabled() #define cshopPointsEnabled cshop_points_enabled /** * Checks player's item limit. * * @param id Player's index. * @param item Item ID. * @return Player's item limit. */ native cshop_get_limit(id, item) #define cshopGetLimit cshop_get_limit /** * Removes a player's item. * * @param id Player's index. * @param item Item ID. * @noreturn */ native cshop_remove_item(id, item) #define cshopRemoveItem cshop_remove_item /** * Called right before an item is purchased. * * @param id Player's index. * @param item Item ID. * @noreturn */

Return

True — if it is, false if it isn't.

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