Difference between revisions of "Getmapguildusers"
From Hercules Wiki
(Created page with "=Syntax= getmapusers ("<map name>") =Description= Returns the amount of persons from the given guild that are on the given map. =Example= <pre> //Will set the @persons va...") |
m (Oops, wrong syntax.) |
||
Line 1: | Line 1: | ||
=Syntax= | =Syntax= | ||
− | [[ | + | [[getmapguildusers]] ("<map name>") |
=Description= | =Description= | ||
Returns the amount of persons from the given guild that are on the given map. | Returns the amount of persons from the given guild that are on the given map. |
Latest revision as of 23:31, 20 January 2014
Syntax
getmapguildusers ("<map name>")
Description
Returns the amount of persons from the given guild that are on the given map.
Example
//Will set the @persons variable to the amount of persons from the guild //which ID's = 10 and are at prontera. set @persons, getmapguildusers("prontera", 10);