15.07.2013, 15:44
C:\Users\Privatus\Desktop\Justo\SA-MP\FC\gamemodes\GLG.pwn(2000) : error 028: invalid subscript (not an array or too many subscripts): "Pinigai0"
C:\Users\Privatus\Desktop\Justo\SA-MP\FC\gamemodes\GLG.pwn(2000) : warning 215: expression has no effect
C:\Users\Privatus\Desktop\Justo\SA-MP\FC\gamemodes\GLG.pwn(2000) : error 001: expected token: ";", but found "]"
C:\Users\Privatus\Desktop\Justo\SA-MP\FC\gamemodes\GLG.pwn(2000) : error 029: invalid expression, assumed zero
C:\Users\Privatus\Desktop\Justo\SA-MP\FC\gamemodes\GLG.pwn(2000) : fatal error 107: too many error messages on one line
LINE
for ( new i = 0; i < MAX_PLAYERS; i++)
{
//Hide all the text draws for the players
TextDrawHideForPlayer(i, Pinigai0[i]);
TextDrawHideForPlayer(i, Pinigai1[i]);
TextDrawHideForPlayer(i, Pinigai2[i]);
TextDrawHideForPlayer(i, Pinigai3[i]);
TextDrawHideForPlayer(i, Pinigai4[i]);
}
C:\Users\Privatus\Desktop\Justo\SA-MP\FC\gamemodes\GLG.pwn(2000) : warning 215: expression has no effect
C:\Users\Privatus\Desktop\Justo\SA-MP\FC\gamemodes\GLG.pwn(2000) : error 001: expected token: ";", but found "]"
C:\Users\Privatus\Desktop\Justo\SA-MP\FC\gamemodes\GLG.pwn(2000) : error 029: invalid expression, assumed zero
C:\Users\Privatus\Desktop\Justo\SA-MP\FC\gamemodes\GLG.pwn(2000) : fatal error 107: too many error messages on one line
LINE
for ( new i = 0; i < MAX_PLAYERS; i++)
{
//Hide all the text draws for the players
TextDrawHideForPlayer(i, Pinigai0[i]);
TextDrawHideForPlayer(i, Pinigai1[i]);
TextDrawHideForPlayer(i, Pinigai2[i]);
TextDrawHideForPlayer(i, Pinigai3[i]);
TextDrawHideForPlayer(i, Pinigai4[i]);
}