22.07.2018, 15:05
Код:
new myarrayname[50];
İf you want sometthing more complicated, almost all user(i think all of them but not sure) variable holding systems use two arrays in single array variable like:
Код:
userinfo[max number of players][numbers of varibles you would like to save]
Код:
userinfo[max number of players][numbers of varibles you would like to save][string array for name]
Код:
userinfo[playerid][money]