21.06.2018, 17:24
Oh sure, sorry, test this;
Код:
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]); And add this, #define C_AMARILLO "FFFF00"