[Ayuda]Chat Carro
#1

Hola a todos nuevamente, Querнa saber si me podrнan ayudar a colocar un Chat privado para las personas que vayan en un vehнculo, Que cuando las ventanas estйn arriba solo se lean los mensajes entre ellos mismos y cuando este abajo la ventana.. Que vuelvan a tener el chat normal(Que vean todos los que estйn cerca), Este es el comando que tengo para las ventanas.. Supongo que toca aсadirlo al OnPlayerText Pero no se en que forma exactamente.. Si necesitan mas cуdigo aunque no lo creo quedo pendiente al post

PHP код:
zcmd(venplayeridparams[])
    {
        if(
IsPlayerInAnyVehicle(playerid))
        {
          new 
string[128];
              if(
VehicleWindows[GetPlayerVehicleID(playerid)] == 0)
            {
               
VehicleWindows[GetPlayerVehicleID(playerid)] = 1;
               
format(stringsizeof(string), "* %s baja la ventana."GetPlayerNameEx(playerid));
               
ProxDetector(30.0playeridstring
                       
COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
               return 
1;
            }
            else if(
VehicleWindows[GetPlayerVehicleID(playerid)] == 1)
            {
               
VehicleWindows[GetPlayerVehicleID(playerid)] = 0;
               
format(stringsizeof(string), "* %s sube la ventanilla."GetPlayerNameEx(playerid));
               
ProxDetector(30.0playeridstring
                       
COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
               return 
1;
            }
        }
        else 
SendClientMessageEx(playeridCOLOR_GREY"Usted necesita estar en el vehiculo para utilizar esta funciуn.");
        return 
1;
    } 
Reply


Messages In This Thread
[Ayuda]Chat Carro - by xGenius - 13.04.2017, 19:54
Respuesta: [Ayuda]Chat Carro - by MaikelRincon - 13.04.2017, 20:09
Respuesta: [Ayuda]Chat Carro - by xGenius - 13.04.2017, 20:17
Respuesta: [Ayuda]Chat Carro - by xGenius - 14.04.2017, 19:21
Re: [Ayuda]Chat Carro - by Doniczzz - 14.04.2017, 19:39
Re: Respuesta: [Ayuda]Chat Carro - by Marricio - 15.04.2017, 01:26

Forum Jump:


Users browsing this thread: 1 Guest(s)