cshop_get_prefix
Gets the plugin prefix.
Syntax
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) /** * Registers a float setting for a specific item. * * @param item Item id. * @param setting Setting's name. * @param value Setting's default value. * @noreturn */ native cshop_set_float(item, setting[], Float:value)
Usage
| prefix | Buffer. |
| len | Max buffer length. |
Return
This function has no return value.
Defined in
customshop.inc
at line 175
.
This documentation was automatically generated from source.