20 lines
325 B
SourcePawn
20 lines
325 B
SourcePawn
#if defined _tokengroups_included_
|
|
#endinput
|
|
#endif
|
|
#define _tokengroups_included_
|
|
|
|
/**
|
|
* Check tokens
|
|
*
|
|
* @param client Client index
|
|
*/
|
|
native void CheckTokens(int client);
|
|
|
|
/**
|
|
* Grant a token
|
|
*
|
|
* @param client Client index
|
|
* @param token Token index
|
|
*/
|
|
native void GrantTokens(int client, int token);
|