invalid subscript (not an array or too many subscripts):
#4

1. You must use format or strcat for this
pawn Код:
strcat((Admin[i][adIme][0]='\0',Admin[i][adIme]),dini_Get(FileName, "Ime" ),SET_HERE_ARRAY_adIme_LENGHT);
2. Don't use 2 times IsPlayerConnected

pawn Код:
if(IsPlayerConnected(GetPlayerID(Admin[i][adIme])))
{
// code
}else{
// code
}
Reply


Messages In This Thread
invalid subscript (not an array or too many subscripts): - by ZeroCools - 15.11.2013, 19:50
Re: invalid subscript (not an array or too many subscripts): - by Twizted - 15.11.2013, 20:26
Re: invalid subscript (not an array or too many subscripts): - by ZeroCools - 15.11.2013, 20:38
Re: invalid subscript (not an array or too many subscripts): - by Jefff - 15.11.2013, 20:42

Forum Jump:


Users browsing this thread: 1 Guest(s)