31.05.2014, 11:52
PlayerInfo[playerid2] is an enum,
Btw, if you would like to learn how to load/save using enumerations Check this tutorial will help you understanding some useful functions!
Quote:
Enumerations are a very useful system for representing large groups of data and modifying constants quickly. There are a few main uses - replacing large sets of define statements, symbolically representing array slots (these are actually the same thing but they look different) and creating new tags. |