What causes array must be indexed (variable "")?
#4

All You need is to :
change :
Код:
  if(inLobby == false) return SendClientMessage(playerid, -1, "{c3c3c3}(INFO) You can't use any commands while in lobby, Type /back.");
To :
Код:
  if(inLobby[playerid] == false) return SendClientMessage(playerid, -1, "{c3c3c3}(INFO) You can't use any commands while in lobby, Type /back.");
If There is more errors please tell me
Reply


Messages In This Thread
What causes array must be indexed (variable "")? - by ivndosos - 26.01.2018, 09:31
Re: What causes array must be indexed (variable "")? - by Misiur - 26.01.2018, 09:33
Re: What causes array must be indexed (variable "")? - by ivndosos - 26.01.2018, 09:58
Re: What causes array must be indexed (variable "")? - by Osamakurdi - 26.01.2018, 10:07
Re: What causes array must be indexed (variable "")? - by ivndosos - 26.01.2018, 10:10
Re: What causes array must be indexed (variable "")? - by BulletRaja - 26.01.2018, 10:22

Forum Jump:


Users browsing this thread: 1 Guest(s)