We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f500640 commit 6947c9aCopy full SHA for 6947c9a
scripting/include/shopsms.inc
@@ -36,6 +36,14 @@ native ss_show_service_purchase(id, const service_id[]);
36
* service_id[] - ID of a service to be shown
37
------------------------------*/
38
39
+native ss_get_flag_expiration(id, flag);
40
+/*------------------------------
41
+ * Returns player's flag expiration timestamp. Returns 0 when a player doesn't have a given flag.
42
+ * ---------------------------
43
+ * id - ID of a player
44
+ * flag - ID of a flag
45
+------------------------------*/
46
+
47
native ss_log(const message[], any:...);
48
/*------------------------------
49
* Log info to the shop server logs
0 commit comments