21.06.2018, 16:25
hello I have the following error in the line, and not only an error gives me 2 errors in the same line
the mistake he gives me is
Help me
the mistake he gives me is
Код:
error 001: expected token: "-string end-", but found "-identifier-"
Код:
format(str, sizeof(str), "{00CC00}Estacionamiento"COLOR_BLANCO"\nID: %i | Propietario: {4C94F6}%s"COLOR_BLANCO"\nCon nivel %d puedes "C_AMARILLO"/comprar estacionamiento"COLOR_BLANCO"\nPrecio: {00B400}$%d"COLOR_BLANCO"\n\nPara guardar tu vehнculo usa "C_AMARILLO"/entrar"COLOR_BLANCO"\nEl costo es de {00B400}$%d"COLOR_BLANCO"/dнa", i, Estaciona[i][Propietario], Estaciona[i][Nivel], Estaciona[i][Precio], Estaciona[i][Cuota]);