#307 /reload transporters is not supported

Cerrada
abierta hace 3 años por neatz09 · 1 comentarios
Aún no existe contenido.
image comentado hace 3 años
Colaborador

listed in help:

    client->SimpleMessage(CHANNEL_COLOR_YELLOW, "/reload transporters");

command:

case COMMAND_RELOAD_TRANSPORTERS: {
    client->SimpleMessage(CHANNEL_COLOR_YELLOW, "Reloading Transporters in your current zone...");
    database.LoadTransporters(client->GetCurrentZone());
    client->SimpleMessage(CHANNEL_COLOR_YELLOW, "Done!");
    break;
}

?

listed in help: client->SimpleMessage(CHANNEL_COLOR_YELLOW, "/reload transporters"); command: case COMMAND_RELOAD_TRANSPORTERS: { client->SimpleMessage(CHANNEL_COLOR_YELLOW, "Reloading Transporters in your current zone..."); database.LoadTransporters(client->GetCurrentZone()); client->SimpleMessage(CHANNEL_COLOR_YELLOW, "Done!"); break; } ?
Inicie sesión para unirse a esta conversación.
Cargando...
Cancelar
Guardar
Aún no existe contenido.