Difference between revisions of "Getgroupid"
From Hercules Wiki
Dastgirpojee (Talk | contribs) (Created page with "Getgroupid is the new getgmlevel as the gm level system has been rewritten to fit for group id's. == Syntax == * getgroupid() == Description == This function will return...") |
Latest revision as of 16:36, 3 October 2013
Getgroupid is the new getgmlevel as the gm level system has been rewritten to fit for group id's.
Contents |
Syntax
- getgroupid()
Description
This function will return the id of player group the account to which the invoking player belongs.
Examples
mes "Your group ID is: " + getgroupid(); close;