23.06.2018, 11:06
I tried to create login/register system and i got this errors:
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(104): error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(105): error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(106): error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(107): error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(108 ) : error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(109): error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(110): error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(111): error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(112): error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(113): error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(114): error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(115): error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(116): error 032: array index out of bounds (variable "PlayerInfo")
104 - 116 lines
104 dini_IntSet(Accounts, "XP", PlayerInfo[MAX_PLAYERS][XP]);
105 dini_IntSet(Accounts, "Skinas", PlayerInfo[MAX_PLAYERS][Skinas]);
106 dini_IntSet(Accounts, "Pinigai", PlayerInfo[MAX_PLAYERS][Pinigai]);
107 dini_IntSet(Accounts, "Administratorius", PlayerInfo[MAX_PLAYERS][Administratorius]);
108 dini_IntSet(Accounts, "AdminLevel", PlayerInfo[MAX_PLAYERS][AdminLevel]);
109 dini_IntSet(Accounts, "Gyvybe", PlayerInfo[MAX_PLAYERS][Heath]);
110 dini_IntSet(Accounts, "Sarvai", PlayerInfo[MAX_PLAYERS][Armour]);
111 dini_IntSet(Accounts, "PozicijaX", PlayerInfo[MAX_PLAYERS][pX]);
112 dini_IntSet(Accounts, "PozicijaY", PlayerInfo[MAX_PLAYERS][pY]);
113 dini_IntSet(Accounts, "PozicijaZ", PlayerInfo[MAX_PLAYERS][pZ]);
114 dini_IntSet(Accounts, "Ginklai", PlayerInfo[MAX_PLAYERS][Ginklai]);
115 dini_IntSet(Accounts, "VIP", PlayerInfo[MAX_PLAYERS][VIP]);
116 dini_IntSet(Accounts, "VIPLevel", PlayerInfo[MAX_PLAYERS][VIPLevel]);
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(104): error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(105): error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(106): error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(107): error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(108 ) : error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(109): error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(110): error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(111): error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(112): error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(113): error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(114): error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(115): error 032: array index out of bounds (variable "PlayerInfo")
C:\Users\Nerijus\Desktop\Serveris\gamemodes\999.pw n(116): error 032: array index out of bounds (variable "PlayerInfo")
104 - 116 lines
104 dini_IntSet(Accounts, "XP", PlayerInfo[MAX_PLAYERS][XP]);
105 dini_IntSet(Accounts, "Skinas", PlayerInfo[MAX_PLAYERS][Skinas]);
106 dini_IntSet(Accounts, "Pinigai", PlayerInfo[MAX_PLAYERS][Pinigai]);
107 dini_IntSet(Accounts, "Administratorius", PlayerInfo[MAX_PLAYERS][Administratorius]);
108 dini_IntSet(Accounts, "AdminLevel", PlayerInfo[MAX_PLAYERS][AdminLevel]);
109 dini_IntSet(Accounts, "Gyvybe", PlayerInfo[MAX_PLAYERS][Heath]);
110 dini_IntSet(Accounts, "Sarvai", PlayerInfo[MAX_PLAYERS][Armour]);
111 dini_IntSet(Accounts, "PozicijaX", PlayerInfo[MAX_PLAYERS][pX]);
112 dini_IntSet(Accounts, "PozicijaY", PlayerInfo[MAX_PLAYERS][pY]);
113 dini_IntSet(Accounts, "PozicijaZ", PlayerInfo[MAX_PLAYERS][pZ]);
114 dini_IntSet(Accounts, "Ginklai", PlayerInfo[MAX_PLAYERS][Ginklai]);
115 dini_IntSet(Accounts, "VIP", PlayerInfo[MAX_PLAYERS][VIP]);
116 dini_IntSet(Accounts, "VIPLevel", PlayerInfo[MAX_PLAYERS][VIPLevel]);