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