[Release][FREE][ESX] esx_rpchat (Redesing) Español/Ingles

ESX_RPCHAT

115798230-22e3f800-a3ac-11eb-9e69-b9d0b6572335

Onesync - Onesync Infity Ready

/ooc Local /oop Local /msg id (Private Message) /ayuda Send global help /lsdp - /ems - /taxi - /bennys (Customs jobs advertisements) /me Local (Especial Desing) /do Local (Especial Desing)

Requeriments

es_extended Final version 1.1

Tienes la opcion de poner la carpeta chat y rpchat para que sea igual que la foto!

Instalation

Drop in resources/[gameplay]

In CFG put start chat start esx_rpchat

This is my first content I hope you enjoy it!

Clefas#8226

Download

10 Likes

So this is not for V1 final right? It’s only for the old version (1.1)

it uses registercommand so i guess it works

But it uses an essentialmode event.

Do you k how can I hide the background from the chat in the newest version Of chat? For some reason the newest doesn’t have the file where we change the background.

Here.
Remove Background for Chat

This snippet explains how to remove the background of the default chat resource so it looks like this instead. https://i.tasoagc.dev/uDn0

First navigate to resources/[gameplay]/chat/html/index.css

.chat-window {
  position: absolute;
  top: 1.5%;
  left: 0.8%;
  width: 38%;
  height: 22%;
  max-width: 1000px;
  background: background-color: rgba(52, 73, 94, 0.7);
  -webkit-animation-duration: 2s;
}

Change that to this:

.chat-window {
  position: absolute;
  top: 1.5%;
  left: 0.8%;
  width: 38%;
  height: 22%;
  max-width: 1000px;
  background: none;
  -webkit-animation-duration: 2s;
}

Then navigate to resources/[gameplay]/chat/html/config.ts and remove this line:

background: 'rgba(52, 73, 94, 0.7)',

From Taso, Project Error

2 Likes

Pretty cool! Good Job!

1 Like

Hola hermano, una pregunta para poder poner el nombre IC y no de steam Screenshot_323

Claro mas tarde subo el codigo

1 Like

Thanks man!!

Yes for es_extended v.1.Final

Muchas gracias hermano seria una ayuda increible

Como podía crear canales especificos y añadir el icono delante?

Hello! How could I set the ooc as default?

En locales/es

1 Like

Hi! I’m seeing how to do it, if I get the form I’ll upload it!

1 Like

Good!

Crearas una version 2. donde salga el nombre ?

Buenas! Habría alguna posibilidad de que pueda ser el ooc sin comando? y que funcione de proximidad?¿ Si alguien sabe como sería el hacerlo o línea de código que tendría que poner para que funcione, porfavor, avisadme! Gracias de antemano!

Puedes subir el código para ver como se hace? Quiero poner en los me el nombre IC

1 Like