SET STAT FRONTEND VISIBILITY

From GTAMods Wiki
Jump to navigation Jump to search
SET_STAT_FRONTEND_VISIBILITY
Number of parameters: 2
Parameter #TypeDescription
1.IntegerStat ID
2.Integer0/1
Return value:
TypeDescription
None

This function sets the stat with certain id will be visible or invisible.


Examples:
SET_STAT_FRONTEND_VISIBILITY(269, 1) - enable visibility of stat with 269 id.
SET_STAT_FRONTEND_VISIBILITY(269, 0) - disable visibility of stat with 269 id.